wellnpm 2.0.1 → 2.0.3
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 -1
- package/package.json +8 -5
package/README.md
CHANGED
@@ -1 +1,9 @@
|
|
1
|
-
hello world!!
|
1
|
+
hello world!!
|
2
|
+
i just saved some data that might be useful in the future,
|
3
|
+
if you like!,
|
4
|
+
go ahead and change some information in config.json,
|
5
|
+
greetings to all involved especially the geniuses,
|
6
|
+
|
7
|
+
command npm run deploy, npm start, npm run edit
|
8
|
+
|
9
|
+
|
package/package.json
CHANGED
@@ -1,14 +1,17 @@
|
|
1
1
|
{
|
2
2
|
"name": "wellnpm",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.3",
|
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"
|