We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe18398 commit 60b7e18Copy full SHA for 60b7e18
package.json
@@ -10,8 +10,10 @@
10
"build": "node node_modules/webpack-cli/bin/cli.js --config webpack.prod.js",
11
"watch": "node node_modules/webpack-cli/bin/cli.js watch --config webpack.dev.js",
12
"test": "node node_modules/jest/bin/jest.js",
13
- "docs": "node node_modules/documentation/bin/documentation.js build -f html -o docs src/index.js"
+ "docs": "node node_modules/documentation/bin/documentation.js build -f html -o docs src/index.js",
14
+ "prepublishOnly": "yarn && yarn build"
15
},
16
+ "files": ["dist/"],
17
"dependencies": {
18
"eventemitter3": "^5.0.1"
19
0 commit comments