Skip to content

Commit

Permalink
4.0.1 - attempt to restore travis
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneCypher committed Jul 31, 2017
1 parent e793312 commit 2e947de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "jssm",
"version": "4.0.0",
"version": "4.0.1",
"engines": {
"node": ">=6.0.0"
},
Expand Down Expand Up @@ -33,7 +33,7 @@
"dist": "cp build/jssm.es5.cjs.* dist/",
"site": "cp src/site/* docs/",
"docs": "documentation build src/js/** -f html -o docs/lib",
"travis": "rm -f src/js/jssm-dot.js && npm run nyc-build && npm run nyc-test && npm run coverage"
"travis": "rm -f src/js/jssm-dot.js && npm run nyc-test && npm run coverage"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 2e947de

Please sign in to comment.