mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-05 19:41:57 +08:00
docs: push package-lock.json
affects: @webank/fes-cli, @webank/fes-core, @webank/fes-template, @webank/fes-ui
This commit is contained in:
parent
0f1898ed0d
commit
55f77505a5
2
.gitignore
vendored
2
.gitignore
vendored
@ -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
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
10972
packages/fes-cli/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@webank/fes-cli",
|
||||
"version": "0.1.4",
|
||||
"version": "0.1.5",
|
||||
"description": "一个好用的前端管理台快速开发框架",
|
||||
"preferGlobal": true,
|
||||
"scripts": {
|
||||
|
@ -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
11468
packages/fes-doc/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||
}
|
||||
}
|
||||
|
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user