Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @vue/cli@3.1.3
 - vue-cli-version-marker@3.1.2
  • Loading branch information
haoqunjiang committed Nov 12, 2018
1 parent e87a29e commit 9ab0fbd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/@vue/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/cli",
"version": "3.1.2",
"version": "3.1.3",
"description": "Command line interface for rapid Vue.js development",
"bin": {
"vue": "bin/vue.js"
Expand Down Expand Up @@ -53,7 +53,7 @@
"shortid": "^2.2.11",
"slash": "^2.0.0",
"validate-npm-package-name": "^3.0.0",
"vue-cli-version-marker": "^3.1.1",
"vue-cli-version-marker": "3.1.2",
"yaml-front-matter": "^3.4.1"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-cli-version-marker/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "vue-cli-version-marker",
"version": "3.1.1",
"version": "3.1.2",
"description": "version marker for @vue/cli",
"author": "Evan You",
"license": "MIT",
"main": "package.json",
"devDependencies": {
"@vue/babel-preset-app": "3.1.1",
"@vue/cli": "3.1.2",
"@vue/cli": "3.1.3",
"@vue/cli-init": "3.1.1",
"@vue/cli-overlay": "3.1.0",
"@vue/cli-plugin-babel": "3.1.1",
Expand Down

0 comments on commit 9ab0fbd

Please sign in to comment.