mirror of
https://github.com/cupcakearmy/memiens.git
synced 2024-12-22 07:56:26 +00:00
prepublish is deprecated
This commit is contained in:
parent
ba0c7fa9de
commit
401236f5eb
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "memiens",
|
"name": "memiens",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
"types": "./lib/index.d.ts",
|
"types": "./lib/index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
"test": "npm run build && mocha",
|
"test": "npm run build && mocha",
|
||||||
"prepublish": "npm run test"
|
"prepublishOnly": "npm run test"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user