Skip to content

Commit 75af7f7

Browse files
author
Huy Ta Quoc
authored
linagora/esn-frontend-inbox#34: Fixed package.json configurations so that postinstall can work (#4)
1 parent d217c37 commit 75af7f7

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

package.json

+6-12
Original file line numberDiff line numberDiff line change
@@ -11,29 +11,23 @@
1111
"collection:main": "dist/collection/index.js",
1212
"unpkg": "dist/esn-frontend-application-grid/esn-frontend-application-grid.js",
1313
"files": [
14+
"src/",
1415
"dist/",
15-
"loader/"
16+
"loader/",
17+
"stencil.config.ts",
18+
"tsconfig.json"
1619
],
1720
"scripts": {
1821
"build": "stencil build --docs",
1922
"build:watch": "stencil build --watch --serve",
2023
"start": "stencil build --dev --watch --serve",
21-
"test": "stencil test --spec --e2e",
22-
"test.watch": "stencil test --spec --e2e --watchAll",
2324
"generate": "stencil generate",
2425
"postinstall": "stencil build"
2526
},
26-
"devDependencies": {
27-
"@stencil/core": "1.12.2",
28-
"@stencil/sass": "1.3.2",
29-
"@types/jest": "24.9.1",
30-
"@types/puppeteer": "2.0.1",
31-
"jest": "24.9.0",
32-
"jest-cli": "24.9.0",
33-
"puppeteer": "2.1.1"
34-
},
3527
"license": "AGPLv3",
3628
"dependencies": {
29+
"@stencil/core": "1.12.2",
30+
"@stencil/sass": "1.3.2",
3731
"@popperjs/core": "2.4.4"
3832
}
3933
}

0 commit comments

Comments
 (0)