Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed May 14, 2019
1 parent 7d14124 commit 0b9d115
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
},
"scripts": {
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
"build-bundle": "browserify . direction -o direction.js",
"build-mangle": "browserify . direction -p tinyify -o direction.min.js",
"build-bundle": "browserify . -s direction -o direction.js",
"build-mangle": "browserify . -s direction -p tinyify -o direction.min.js",
"build": "npm run build-bundle && npm run build-mangle",
"test-api": "node test",
"test-coverage": "nyc --reporter lcov tape test.js",
Expand Down

0 comments on commit 0b9d115

Please # to comment.