prepublish is deprecated

This commit is contained in:
cupcakearmy 2019-09-09 12:13:59 +02:00
parent ba0c7fa9de
commit 401236f5eb
1 changed files with 2 additions and 2 deletions

View File

@ -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",