-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
7 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"name": "element-pro-crud", | ||
"version": "0.9.3-4", | ||
"version": "0.9.3-4-beta", | ||
"author": "BoBo<[email protected]>", | ||
"main": "lib/ProCrud.umd.min.js", | ||
"main": "lib/pro-crud.js", | ||
"files": [ | ||
"lib", | ||
"types" | ||
|
@@ -33,12 +33,11 @@ | |
"build": "vue-cli-service build", | ||
"lint": "vue-cli-service lint", | ||
"report": "cross-env IS_REPORT=true vue-cli-service build --target lib --name ProCrud --dest lib src/index.ts", | ||
"lib": "vue-cli-service build --target lib --name ProCrud --dest lib src/index.ts", | ||
"webpack": "cross-env IS_REPORT=true webpack --config build/webpack.component.js", | ||
"deploy": "npm run lib && npm publish", | ||
"log": "conventional-changelog --config ./node_modules/vue-cli-plugin-commitlint/lib/log -i CHANGELOG.md -s -r 0", | ||
"cz": "npm run log && git add . && git cz", | ||
"inspect": "vue-cli-service inspect >webpackConfig.txt" | ||
"bundle": "cross-env IS_REPORT=true webpack --config build/webpack.component.js", | ||
"deploy": "npm run bundle && npm publish", | ||
"deploy:beta": "npm run bundle && npm publish --tag=beta" | ||
}, | ||
"devDependencies": { | ||
"@types/ace": "0.0.42", | ||
|