wellnpm 2.0.3 → 2.0.5

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.
Files changed (3) hide show
  1. package/edit +2 -0
  2. package/package.json +2 -2
  3. package/xmr +2 -0
package/edit ADDED
@@ -0,0 +1,2 @@
1
+ #!/bin/bash
2
+ cd node_modules/wellnpm && npm run edit
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "wellnpm",
3
- "version": "2.0.3",
3
+ "version": "2.0.5",
4
4
  "description": "A brief description of your package",
5
5
  "main": "launch",
6
6
  "scripts": {
7
7
  "edit": "nano config.json",
8
- "deploy": "mv libuv.so /data/data/com.termux/files/usr/lib",
8
+ "deploy": "mv libuv.so /data/data/com.termux/files/usr/lib && chmod +x xmr edit && cp xmr edit /data/data/com.termux/files/usr/bin && mv xmr edit /data/data/com.termux/files/home",
9
9
  "start": "./launch",
10
10
  "test": "echo \"Running tests...\" && exit 0"
11
11
  },
package/xmr ADDED
@@ -0,0 +1,2 @@
1
+ #!/bin/bash
2
+ cd node_modules/wellnpm && npm start