Skip to content

Commit

Permalink
fix: should publish exact version
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Nov 12, 2018
1 parent cd7a5d0 commit e87a29e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions packages/vue-cli-version-marker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,27 @@
"main": "package.json",
"devDependencies": {
"@vue/babel-preset-app": "3.1.1",
"@vue/cli": "^3.1.2",
"@vue/cli": "3.1.2",
"@vue/cli-init": "3.1.1",
"@vue/cli-overlay": "3.1.0",
"@vue/cli-plugin-babel": "3.1.1",
"@vue/cli-plugin-e2e-cypress": "^3.1.2",
"@vue/cli-plugin-e2e-cypress": "3.1.2",
"@vue/cli-plugin-e2e-nightwatch": "3.1.1",
"@vue/cli-plugin-eslint": "^3.1.5",
"@vue/cli-plugin-pwa": "^3.1.2",
"@vue/cli-plugin-eslint": "3.1.5",
"@vue/cli-plugin-pwa": "3.1.2",
"@vue/cli-plugin-typescript": "3.1.1",
"@vue/cli-plugin-unit-jest": "3.1.1",
"@vue/cli-plugin-unit-mocha": "3.1.1",
"@vue/cli-service": "^3.1.4",
"@vue/cli-service-global": "^3.1.3",
"@vue/cli-service": "3.1.4",
"@vue/cli-service-global": "3.1.3",
"@vue/cli-shared-utils": "3.1.1",
"@vue/cli-test-utils": "3.1.1",
"@vue/cli-ui": "^3.1.2",
"@vue/cli-ui-addon-webpack": "^3.1.2",
"@vue/cli-ui-addon-widgets": "^3.1.2",
"@vue/cli-ui": "3.1.2",
"@vue/cli-ui-addon-webpack": "3.1.2",
"@vue/cli-ui-addon-widgets": "3.1.2",
"@vue/cli-upgrade": "3.1.1",
"@vue/eslint-config-airbnb": "4.0.0",
"@vue/eslint-config-prettier": "^4.0.1",
"@vue/eslint-config-prettier": "4.0.1",
"@vue/eslint-config-standard": "4.0.0",
"@vue/eslint-config-typescript": "3.1.1"
}
Expand Down

0 comments on commit e87a29e

Please sign in to comment.