Skip to content

Commit

Permalink
fix(pencil): Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
neenhouse committed Feb 24, 2020
1 parent f51e92b commit d159514
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ deploy:
provider: script
skip_cleanup: true
script:
- npx semantic-release
- npm run semantic-release
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"test": "npm run test:lint && npm run test:coverage",
"test:coverage": "nyc --reporter=html --reporter=text npm run test:unit",
"test:lint": "eslint --color src",
"test:unit": "mocha --require ./setup.js --colors tests/unit/*.test.js"
"test:unit": "mocha --require ./setup.js --colors tests/unit/*.test.js",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit d159514

Please sign in to comment.