Skip to content

Commit

Permalink
build: drop updtr script
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Jan 29, 2018
1 parent 89b3725 commit 7a7ba73
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
"postpublish": "conventional-changelog -i changelog.md -s -r 0 && git commit -am \"build: update changelog\"",
"prepare": "npm run build",
"build": "rimraf lib && babel src -d lib",
"test": "nyc ava",
"update": "updtr"
"test": "nyc ava"
},
"files": [
"dist"
Expand Down

0 comments on commit 7a7ba73

Please sign in to comment.