Skip to content

Commit

Permalink
Merge 4673d5c into 5ddbb5a
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrowder65 committed Mar 23, 2019
2 parents 5ddbb5a + 4673d5c commit 13d9eff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ script:
- npm run jest;
- npm run coveralls;
- npm run build
before_deploy:
- npm run build
deploy:
provider: npm
email: "$NPM_EMAIL"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mooks",
"version": "1.0.13",
"version": "1.0.14",
"description": "",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 13d9eff

Please sign in to comment.