Commit c592740efa9d907eac3ad7d8f6e720608f3e962f

Authored by xiaoxie
1 parent 260bfd59

升级shelljs,解决较高版本node打包时的警告

Showing 1 changed file with 1 additions and 1 deletions
web_src/package.json
... ... @@ -52,7 +52,7 @@
52 52 "postcss-url": "^7.2.1",
53 53 "rimraf": "^2.6.0",
54 54 "semver": "^5.3.0",
55   - "shelljs": "^0.7.6",
  55 + "shelljs": "^0.8.5",
56 56 "uglifyjs-webpack-plugin": "^1.1.1",
57 57 "url-loader": "^0.5.8",
58 58 "vue-loader": "^13.3.0",
... ...