update core
Showing
... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ |
"build.demo": "vue-cli-service build --modern --mode pro.demo", | "build.demo": "vue-cli-service build --modern --mode pro.demo", | ||
"lint": "vue-cli-service lint", | "lint": "vue-cli-service lint", | ||
"rm_cache": "rm -rf ./node_modules/.cache", | "rm_cache": "rm -rf ./node_modules/.cache", | ||
"core": "yarn add git+ssh://git@git.linkortech.com:10022/yingchaojie/web-toolkit.git" | "core": "yarn add git+https://github.com/mizuki1412/web-toolkit.git" | ||
}, | }, | ||
"lint-staged": { | "lint-staged": { | ||
"*.ts": [ | "*.ts": [ | ||
... | @@ -17,7 +17,7 @@ | ... | @@ -17,7 +17,7 @@ |
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"element-ui": "^2.13.0", | "element-ui": "^2.13.0", | ||
"web-toolkit": "git+ssh://git@git.linkortech.com:10022/yingchaojie/web-toolkit.git" | "web-toolkit": "git+https://github.com/mizuki1412/web-toolkit.git" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@babel/core": "7.7.4", | "@babel/core": "7.7.4", | ||
... | ... |
src/plugin/element.ts
deleted
100644 → 0
src/plugin/filter.ts
deleted
100644 → 0
Please
register
or
sign in
to comment