@cyber-tools/create-cyber-library 6.0.0 → 6.1.0
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.
|
@@ -1,12 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
module.exports = [{
|
|
3
|
-
name: "
|
|
3
|
+
name: "基于typescript编译的库脚手架",
|
|
4
4
|
value: {
|
|
5
|
-
remote: "https://github.com/cyber-scaffold/
|
|
6
|
-
}
|
|
7
|
-
}, {
|
|
8
|
-
name: "es6-react-library",
|
|
9
|
-
value: {
|
|
10
|
-
remote: "https://github.com/cyber-scaffold/es6-react-library"
|
|
5
|
+
remote: "https://github.com/cyber-scaffold/pure-typescript-library"
|
|
11
6
|
}
|
|
12
7
|
}];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cyber-tools/create-cyber-library",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.1.0",
|
|
4
4
|
"description": "用于创建cyber库文件的命令行工具",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -31,5 +31,5 @@
|
|
|
31
31
|
"winston": "3.6.0"
|
|
32
32
|
},
|
|
33
33
|
"bin": "./.bin/index.js",
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "4090addbdcc91b9b9bf90ae325bcf99d04089c93"
|
|
35
35
|
}
|