Skip to content
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.

Commit

Permalink
refactor(npm): start v2
Browse files Browse the repository at this point in the history
This commit isn't a breaking change, but the ones before it were. This commit is used to tell
semantic-release to increment the major version.

BREAKING CHANGE: removed core rules
  • Loading branch information
dferber90 committed Mar 2, 2016
1 parent 7cc969d commit 08b7591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"branch": "dev"
},
"scripts": {
"build": "babel --version && babel lib -d dist --optional runtime",
"build": "babel lib -d dist --optional runtime",
"build:w": "npm run build -- -w",
"build:istanbul": "npm run build -- --auxiliary-comment-before \"istanbul ignore next\"",
"check-coverage": "istanbul check-coverage",
Expand Down

0 comments on commit 08b7591

Please sign in to comment.