Skip to content

Commit

Permalink
Chore: add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
not-an-aardvark committed Jul 6, 2018
1 parent c57a01b commit 983a7d0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "Allows ESLint plugins to be run on themselves",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"generate-release": "node-release-script"
},
"repository": {
"type": "git",
Expand All @@ -19,5 +20,8 @@
"bugs": {
"url": "https://github.com/not-an-aardvark/eslint-plugin-self/issues"
},
"homepage": "https://github.com/not-an-aardvark/eslint-plugin-self#readme"
"homepage": "https://github.com/not-an-aardvark/eslint-plugin-self#readme",
"devDependencies": {
"@not-an-aardvark/node-release-script": "^0.1.0"
}
}

0 comments on commit 983a7d0

Please sign in to comment.