Skip to content

Commit

Permalink
Fix incorrect global name in pre-bundled files
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Feb 13, 2016
1 parent d7926da commit 0074eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"scripts": {
"build-md": "remark . --quiet --frail",
"build-bundle": "browserify index.js -s AttachWare > unified.js",
"build-bundle": "browserify index.js -s unified > unified.js",
"build-mangle": "esmangle unified.js > unified.min.js",
"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
"lint-api": "eslint .",
Expand Down

0 comments on commit 0074eb7

Please sign in to comment.