Skip to content

Commit

Permalink
chore: version update to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hangaoke committed Nov 10, 2021
1 parent db4b2cd commit 06ab4d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ppfish-mobile",
"version": "1.0.3",
"version": "1.0.4",
"description": "ppfish-mobile",
"main": "lib/components/index.js",
"module": "es/components/index.js",
Expand All @@ -12,7 +12,9 @@
"scripts": {
"dll": "concurrently 'npm run dll:demo' 'npm run dll:site'",
"dev": "concurrently 'fishd-doc start --config ./site/doc.mobile.config.js' 'fishd-doc start --config ./site/doc.desktop.config.js'",
"build": "concurrently 'npm run build:demo' 'npm run build:site'",
"build": "concurrently 'npm run build:lib' 'npm run build:dist'",
"build:doc": "concurrently 'npm run build:demo' 'npm run build:site'",
"publish:doc": "HUSKY_SKIP_HOOKS=1 tools/githubPage.sh",
"dll:site": "fishd-doc dll --config ./site/doc.desktop.config.js",
"dll:demo": "fishd-doc dll --config ./site/doc.mobile.config.js",
"open:site": "fishd-doc start --config ./site/doc.desktop.config.js",
Expand All @@ -21,12 +23,11 @@
"build:demo": "fishd-doc build --config ./site/doc.mobile.config.js",
"build:lib": "tools/buildMobile.sh",
"winbuild:lib": "tools\\buildMobile.sh",
"publish:site": "HUSKY_SKIP_HOOKS=1 tools/githubPage.sh",
"build:dist": "webpack --config webpack.config.js",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"test": "jest --config jest.config.js --no-cache",
"test:update": "jest --updateSnapshot",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"build:dist": "webpack --config webpack.config.js"
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"license": "ISC",
"dependencies": {
Expand Down

0 comments on commit 06ab4d8

Please sign in to comment.