Skip to content

Commit 76963e8

Browse files
kapouerkeithamus
authored andcommitted
fix: typo in build script for browserified file (#37)
Resulting in an empty deep-eql.js. This calls for a patch release.
1 parent ff1b5da commit 76963e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"scripts": {
2727
"bench": "node bench",
28-
"build": "browserify $npm_pakcage_main --standalone deepEqual -o deep-eql.js",
28+
"build": "browserify $npm_package_main --standalone deepEqual -o deep-eql.js",
2929
"lint": "eslint --ignore-path .gitignore .",
3030
"prepublish": "npm run build",
3131
"semantic-release": "semantic-release pre && npm publish && semantic-release post",

0 commit comments

Comments
 (0)