@edgeros/fs 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -1
package/package.json
CHANGED
@@ -1,11 +1,14 @@
|
|
1
1
|
{
|
2
2
|
"name": "@edgeros/fs",
|
3
|
-
"version": "0.2.
|
3
|
+
"version": "0.2.1",
|
4
4
|
"main" :"index.js",
|
5
5
|
"scripts": {
|
6
6
|
"build": "npx tsc",
|
7
7
|
"lint": "npx eslint ."
|
8
8
|
},
|
9
|
+
"publishConfig": {
|
10
|
+
"registry": "http://10.12.7.231:4873"
|
11
|
+
},
|
9
12
|
"type": "commonjs",
|
10
13
|
"author": "liweikang@acoinfo.com",
|
11
14
|
"license": "MIT",
|