Merge pull request #15 from kremalicious/greenkeeper/release-it-7.0.2

chore(package): update release-it to version 7.0.2
This commit is contained in:
Matthias Kretschmann 2018-02-16 08:56:36 +01:00 committed by GitHub
commit 4920590e80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
"scripts": {
"test": "xo && stylelint *.css",
"precommit": "npm run test",
"release": "./node_modules/release-it/bin/release.js --src.tagName='v%s' --github.release --npm.publish"
"release": "./node_modules/release-it/bin/release-it.js --src.tagName='v%s' --github.release --npm.publish"
},
"files": [
"index.js",
@ -39,7 +39,7 @@
],
"devDependencies": {
"husky": "^0.14.0",
"release-it": "^5.0.0",
"release-it": "^7.0.2",
"stylelint": "^8.3.0",
"stylelint-config-standard": "^18.0.0",
"xo": "^0.20.2"