Skip to content

Commit

Permalink
corrected a typo in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dmill-bz committed Apr 4, 2016
1 parent 650e241 commit 4da363c
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 @@ -5,7 +5,7 @@
"main": "src/index.js",
"scripts": {
"build": "babel ./src -d lib",
"build:all": "npm un build && npm run build:umd && npm run build:min",
"build:all": "npm run build && npm run build:umd && npm run build:min",
"build:docs": "mr-doc --source src --output api --name gremlin-console -p --theme mr-doc-theme-cayman",
"build:umd": "NODE_ENV=production webpack src/index.js umd/gremlin-console.js --optimize-occurence-order --optimize-dedupe && cp -r static/* umd/",
"build:min": "NODE_ENV=production webpack -p src/index.js umd/gremlin-console.min.js --optimize-occurence-order --optimize-dedupe",
Expand Down

0 comments on commit 4da363c

Please sign in to comment.