We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff1b5da commit 76963e8Copy full SHA for 76963e8
1 file changed
package.json
@@ -25,7 +25,7 @@
25
},
26
"scripts": {
27
"bench": "node bench",
28
- "build": "browserify $npm_pakcage_main --standalone deepEqual -o deep-eql.js",
+ "build": "browserify $npm_package_main --standalone deepEqual -o deep-eql.js",
29
"lint": "eslint --ignore-path .gitignore .",
30
"prepublish": "npm run build",
31
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
0 commit comments