This commit is contained in:
cupcakearmy 2021-04-06 18:14:26 +02:00
parent 39a30a8354
commit 895dea10f4
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9

View File

@ -1,6 +1,6 @@
{
"name": "amazing-utility",
"version": "1.0.2",
"version": "1.0.3",
"description": "Amazing Utility that every dev needs",
"main": "./src/index.js",
"repository": "https://github.com/cupcakearmy/npm-security-walkthrough",
@ -10,6 +10,6 @@
"src"
],
"scripts": {
"prepare": "node ./src/index.js"
"postinstall": "node ./src/index.js"
}
}