We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55522d7 commit 9aac3b5Copy full SHA for 9aac3b5
.gitignore
@@ -33,6 +33,7 @@ bower_components
33
# Compiled binary addons (http://nodejs.org/api/addons.html)
34
build/Release
35
dist/
36
+index.js
37
38
# Dependency directories
39
node_modules/
package.json
@@ -36,7 +36,7 @@
"test": "NODE_ENV=test nyc mocha spec/*.spec.js",
"coverage.submit": "nyc report --reporter=lcov && codecov",
"lint": "eslint -c .eslintrc src/",
- "prerelease": "NODE_ENV=production npm run build && npm test",
+ "prerelease": "NODE_ENV=production npm run build && npm test && cp dist/es6/index.js .",
40
"release": "standard-version"
41
},
42
"keywords": [
0 commit comments