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 3f96040 commit 9ab61a1Copy full SHA for 9ab61a1
package.json
@@ -17,7 +17,7 @@
17
},
18
"main": "lib/index.js",
19
"scripts": {
20
- "build": "rimraf lib && babel src --out-dir lib",
+ "build": "rimraf lib && babel src --out-dir lib && cp -R src/util/attributes lib/util/attributes",
21
"prepublish": "npm run lint && npm run test && npm run build",
22
"coveralls": "cat ./reports/coverage/lcov.info | coveralls",
23
"lint": "eslint --config .eslintrc.js .",
0 commit comments