mirror of
https://github.com/cupcakearmy/npm-security-walkthrough.git
synced 2024-12-22 08:06:30 +00:00
v1.0.3
This commit is contained in:
parent
39a30a8354
commit
895dea10f4
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "amazing-utility",
|
"name": "amazing-utility",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"description": "Amazing Utility that every dev needs",
|
"description": "Amazing Utility that every dev needs",
|
||||||
"main": "./src/index.js",
|
"main": "./src/index.js",
|
||||||
"repository": "https://github.com/cupcakearmy/npm-security-walkthrough",
|
"repository": "https://github.com/cupcakearmy/npm-security-walkthrough",
|
||||||
@ -10,6 +10,6 @@
|
|||||||
"src"
|
"src"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepare": "node ./src/index.js"
|
"postinstall": "node ./src/index.js"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user