diff --git a/package.json b/package.json index af2972e..911d482 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "memiens", - "version": "1.0.2", + "version": "1.0.3", "description": "", "main": "./lib/index.js", "types": "./lib/index.d.ts", "scripts": { "build": "tsc", "test": "npm run build && mocha", - "prepublish": "npm run test" + "prepublishOnly": "npm run test" }, "repository": { "type": "git",