docs: push package-lock.json

affects: @webank/fes-cli, @webank/fes-core, @webank/fes-template, @webank/fes-ui
This commit is contained in:
bac-joker 2020-09-19 16:31:27 +08:00 committed by harrywan
parent 0f1898ed0d
commit 55f77505a5
8 changed files with 32363 additions and 13 deletions

2
.gitignore vendored
View File

@ -4,10 +4,10 @@
.vscode
.history
.cache
*.log
node_modules
npm-debug.log
/packages/fes-template/dist
/packages/fes-doc/docs/.vuepress/dist
package-lock.json
/.changelog

9911
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

10972
packages/fes-cli/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "@webank/fes-cli",
"version": "0.1.4",
"version": "0.1.5",
"description": "一个好用的前端管理台快速开发框架",
"preferGlobal": true,
"scripts": {

View File

@ -1,14 +1,14 @@
{
"name": "@webank/fes-core",
"version": "0.1.2",
"version": "0.1.3",
"description": "一个好用的前端管理台快速开发框架",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "harrywan,qlin",
"repository": {
"type": "git",
"url": "https://github.com/WeBankFinTech/fes.js.git"
"type": "git",
"url": "https://github.com/WeBankFinTech/fes.js.git"
},
"license": "MIT",
"keywords": [

11468
packages/fes-doc/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "@webank/fes-template",
"version": "0.1.4",
"version": "0.1.5",
"description": "fes项目模版",
"main": "index.js",
"scripts": {
@ -29,12 +29,11 @@
"author": "harrywan qlin",
"license": "MIT",
"devDependencies": {
"csp-html-webpack-plugin": "^4.0.0",
"@webank/eslint-config-webank": "^0.1.4"
"@webank/eslint-config-webank": "^0.1.4",
"csp-html-webpack-plugin": "^4.0.0"
},
"dependencies": {
"@webank/fes-core": "^0.1.1",
"@webank/fes-ui": "^0.1.1"
},
"peerDependencies": {}
"@webank/fes-core": "^0.1.3",
"@webank/fes-ui": "^0.1.2"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@webank/fes-ui",
"version": "0.1.1",
"version": "0.1.2",
"description": "基于Vue2.0适用于PC管理端的组件库",
"main": "dist/fes-ui.js",
"scripts": {