🚀 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.14
to
0.0.17
+8
-7
package.json
{
"name": "custom-antd",
"version": "0.0.14",
"version": "0.0.17",
"scripts": {
"dist": "webpack ./webpack.config.js",
"tsc": "tsc ./tsconfig.json"
"clear": "rm -rf ./dist",
"tsc": "tsc",
"dist": "npm run clear && npm run tsc"
},

@@ -32,4 +33,4 @@ "title": "My Select",

"devDependencies": {
"@types/react": "15.0.4",
"@types/react-dom": "~0.14.18",
"@types/react": "^15.6.9",
"@types/react-dom": "^15.5.1",
"antd-tools": "~0.16.0",

@@ -43,4 +44,4 @@ "babel-core": "^6.25.0",

"babel-preset-stage-0": "^6.16.0",
"react": "^15.0.0",
"react-dom": "^15.0.0",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"ts-import-plugin": "^1.4.3",

@@ -47,0 +48,0 @@ "ts-loader": "^3.2.0",

# custom-antd
#一、 what
单独 fork ant-design-2.7.0中的select组件

@@ -12,1 +13,5 @@

# export { default as Select } from '../components/select';
#二、 how
# 在package.json 中更改对应的 版本号,然后 在工程根目录下 执行 tsc,最后再执行 npm publish 发布到 npmjs上;