Skip to content

Commit

Permalink
chore(SPA): 升级 SPA 客户端版本号并移除无用依赖
Browse files Browse the repository at this point in the history
(cherry picked from commit 5deb86502d995cb9cf0ea47ed8818af8311f5f90)
  • Loading branch information
mutoe committed Dec 3, 2018
1 parent 49df122 commit ff31769
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions resources/spa/.npmrc

This file was deleted.

4 changes: 1 addition & 3 deletions resources/spa/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"name": "@slimkit/plus-small-screen-client",
"private": true,
"version": "4.1.2",
"version": "4.2.0",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
"pages:deploy": "npm run pages:predeploy && gh-pages -d dist -m \"chore: Build SPA & Update assets.\" -t",
"pages:predeploy": "npm run build && npm run pages:build-404-html",
"pages:build-404-html": "node scripts/build-github-pages-404.js",
Expand Down Expand Up @@ -46,7 +45,6 @@
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"conventional-changelog-cli": "^2.0.5",
"eslint": "^5.9.0",
"eslint-plugin-vue": "^5.0.0-0",
"gh-pages": "^1.2.0",
Expand Down

0 comments on commit ff31769

Please sign in to comment.