little-white911 1.1.4 → 1.1.6

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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "little-white911",
3
- "version": "1.1.4",
3
+ "version": "1.1.6",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
package/publish.md ADDED
@@ -0,0 +1,12 @@
1
+ 1. 修改版本号
2
+
3
+ 2. 切换到npm官方镜像
4
+ npm config set registry https://registry.npmjs.org/
5
+
6
+ 3. npm login
7
+ cjy4525 cjy452541851 chen17701635926@163.com 邮箱密码:Cjy452541851
8
+
9
+ 4. 确认登录
10
+ npm whoami 显示用户名确认登录成功
11
+
12
+ 5. npm publish 发布
package/readme.md CHANGED
@@ -1,12 +0,0 @@
1
- 1. 修改版本号
2
-
3
- 2. 切换到npm官方镜像
4
- npm config set registry https://registry.npmjs.org/
5
-
6
- 3. npm login
7
- cjy4525 cjy452541851 chen17701635926@163.com 邮箱密码:Cjy452541851
8
-
9
- 4. 确认登录
10
- npm whoami 显示用户名确认登录成功
11
-
12
- 5. npm publish 发布