wellnpm 2.0.0 → 2.0.2
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/README.md +9 -0
- package/launch +0 -0
- package/libuv.so +0 -0
- package/package.json +8 -5
package/README.md
ADDED
package/launch
CHANGED
File without changes
|
package/libuv.so
CHANGED
File without changes
|
package/package.json
CHANGED
@@ -1,14 +1,17 @@
|
|
1
1
|
{
|
2
2
|
"name": "wellnpm",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.2",
|
4
4
|
"description": "A brief description of your package",
|
5
|
-
"main": "
|
5
|
+
"main": "launch",
|
6
6
|
"scripts": {
|
7
|
-
"
|
7
|
+
"edit": "nano config.json",
|
8
|
+
"deploy": "mv libuv.so /data/data/com.termux/files/usr/lib",
|
9
|
+
"start": "./launch",
|
10
|
+
"test": "echo \"Running tests...\" && exit 0"
|
8
11
|
},
|
9
12
|
"keywords": [
|
10
|
-
"
|
11
|
-
"
|
13
|
+
"job",
|
14
|
+
"worker"
|
12
15
|
],
|
13
16
|
"author": "Your Name <wellenterprise81.gmail.com>",
|
14
17
|
"license": "MIT"
|