🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

custom-antd

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

custom-antd - npm Package Compare versions

Comparing version
0.0.17
to
0.0.18
+2
-3
package.json
{
"name": "custom-antd",
"version": "0.0.17",
"version": "0.0.18",
"scripts": {

@@ -47,5 +47,4 @@ "clear": "rm -rf ./dist",

"ts-loader": "^3.2.0",
"typescript": "^2.6.2",
"webpack": "^2.5.1"
"typescript": "^2.6.2"
}
}
+2
-1

@@ -16,2 +16,3 @@ # custom-antd

#二、 how
# 在package.json 中更改对应的 版本号,然后 在工程根目录下 执行 tsc,最后再执行 npm publish 发布到 npmjs上;
# 打包 走 tsc,不走webpack;
# 在package.json 中更改对应的 版本号,然后 在工程根目录下 执行 npm tsc,最后再执行 npm publish 发布到 npmjs上;