From 983a7d05c48bccc125f8d89fae1109a0c5a1d670 Mon Sep 17 00:00:00 2001 From: Teddy Katz Date: Thu, 5 Jul 2018 18:22:06 -0700 Subject: [PATCH] Chore: add release script --- package.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f3bcc08..f5fa962 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" + } }