From 401236f5eb2c73a453962a906038b310873633f5 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Mon, 9 Sep 2019 12:13:59 +0200 Subject: [PATCH] prepublish is deprecated --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",