Browse Source

chore: @imove/cli upgrade to 0.0.4

master
smallstonesk 4 years ago
parent
commit
b839490e15
  1. 4
      packages/cli/package.json

4
packages/cli/package.json

@ -1,6 +1,6 @@
{ {
"name": "@imove/cli", "name": "@imove/cli",
"version": "0.0.3", "version": "0.0.4",
"description": "imove client", "description": "imove client",
"main": "index.js", "main": "index.js",
"bin": { "bin": {
@ -20,7 +20,7 @@
"author": "smallstonesk", "author": "smallstonesk",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@imove/compile-code": "^0.0.1", "@imove/compile-code": "^0.1.0",
"body-parser": "^1.19.0", "body-parser": "^1.19.0",
"commander": "^6.0.0", "commander": "^6.0.0",
"cors": "^2.8.5", "cors": "^2.8.5",

Loading…
Cancel
Save