Skip to content

Commit

Permalink
chore(root): add bumpedrc → #2
Browse files Browse the repository at this point in the history
CLOSES #2
  • Loading branch information
fetchTe committed Jun 15, 2017
1 parent c8675ec commit ca52bd6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Custom/library specific

.bumpedrc

# Global
*~
Expand Down
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Custom/library specific

.bumpedrc
lib/

# Global
*~
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"link": "yarn link && yarn link firemap",
"postinstall": "yarn run link",
"prepublish": "yarn run build",
"release:major": "yarn run test && bumped release major",
"release:minor": "yarn run test && bumped release minor",
"release:patch": "yarn run test && bumped release patch"
"release:major": "bumped release major",
"release:minor": "bumped release minor",
"release:patch": "bumped release patch"
},
"dependencies": {
"detect-it": "^3.0.0",
Expand Down

0 comments on commit ca52bd6

Please sign in to comment.