Skip to content

Commit fe91532

Browse files
Pirlouit PROVISPirlouit PROVIS
authored andcommitted
add dist file to npm package
1 parent 0d548af commit fe91532

File tree

1 file changed

+18
-13
lines changed

1 file changed

+18
-13
lines changed

package.json

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,11 @@
11
{
22
"name": "@axa-fr/cypress-component",
3-
"private": false,
4-
"publishConfig": {
5-
"access": "public"
6-
},
7-
"version": "2.1.1",
3+
"version": "1.0.0",
84
"description": "This package aims to facilitate the reading and writing of Cypress tests. It improves the accessibility of DOM elements via a component-based approach, like current web frameworks. It also facilitates the management of routes whether in a plugged or unplugged environment.",
95
"author": "Pirlouit PROVIS",
106
"license": "MIT",
11-
"keywords": [
12-
"cypress",
13-
"test",
14-
"e2e",
15-
"integration"
16-
],
17-
"main": "./dist",
7+
"main": "dist/index.js",
8+
"types": "dist/index.d.ts",
189
"scripts": {
1910
"test": "jest",
2011
"build": "npm-run-all clean transpile-ts",
@@ -35,5 +26,19 @@
3526
},
3627
"peerDependencies": {
3728
"cypress": ">=8.0.0"
38-
}
29+
},
30+
"private": false,
31+
"publishConfig": {
32+
"access": "public",
33+
"registry": "https://registry.npmjs.org/"
34+
},
35+
"files": [
36+
"dist"
37+
],
38+
"keywords": [
39+
"cypress",
40+
"test",
41+
"e2e",
42+
"integration"
43+
]
3944
}

0 commit comments

Comments
 (0)