Skip to content

Commit

Permalink
changes in package.json and .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
moravcik committed Aug 8, 2020
1 parent 64a4056 commit eb1f787
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ typings/
.yarn-integrity
.env
.DS_Store
test.js
test.js
*.idea
package-lock.json
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
],
"main": "index.js",
"scripts": {
"preversion": "git push",
"version": "npm publish",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
Expand Down

0 comments on commit eb1f787

Please sign in to comment.