diff --git a/package.json b/package.json index 638af7e0..dad518e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jira-connector", - "version": "2.16.1", + "version": "3.0.0", "description": "Easy to use NodeJS wrapper for the Jira REST API.", "keywords": [ "JIRA", @@ -17,6 +17,7 @@ "main": "./index.js", "types": "./types/index.d.ts", "scripts": { + "prepublishOnly": "npm run test", "test": "dtslint types" }, "author": "Caleb Brinkman ",