Skip to content

Commit

Permalink
update mingus
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff McRiffey committed Aug 18, 2015
1 parent 84efe0e commit ae7cf59
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 @@ -17,7 +17,7 @@
"build_dist": "browserify dist.js -o dist/react-ui.js --no-bundle-external && uglifyjs dist/react-ui.js -o dist/react-ui.min.js && stylus src/style --out dist --use nib && cleancss dist/react-ui.css -o dist/react-ui.min.css",
"build_docs": "browserify docs/src/index.js | uglifyjs -o static/js/index.min.js && stylus docs/style/index.styl --out static/css --use nib && cp node_modules/react/dist/react.min.js static/js/react.min.js",
"check_coverage": "mingus check-coverage .coverage/coverage.json",
"cover": "mingus cover -- --recursive src",
"cover": "mingus cover -- -- --recursive src",
"lint": "eslint src",
"prepublish": "babel-node make.js",
"test": "npm run lint && npm run cover && npm run check_coverage",
Expand All @@ -34,7 +34,7 @@
"clean-css": "^3.3.4",
"eslint": "^0.23.0",
"eslint-plugin-react": "^2.5.2",
"mingus": "0.2.1",
"mingus": "0.3.0",
"mocha": "^2.2.5",
"nib": "^1.1.0",
"sinon": "^1.15.3",
Expand Down

0 comments on commit ae7cf59

Please sign in to comment.