Skip to content

Commit

Permalink
Use more sane version ranges for dependencies ⚙
Browse files Browse the repository at this point in the history
  • Loading branch information
JaZo committed Oct 10, 2018
1 parent 5b72618 commit 47fb7e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-cli-plugin-gh-pages",
"version": "0.1.1",
"version": "0.1.2",
"description": "vue-cli 3 plugin to deploy to GitHub pages",
"author": "Jasper Zonneveld <[email protected]>",
"repository": {
Expand All @@ -11,8 +11,8 @@
"license": "MIT",
"main": "index.js",
"dependencies": {
"@vue/cli-shared-utils": "^3.0.5",
"email-addresses": "^3.0.2",
"@vue/cli-shared-utils": "^3.0.0",
"email-addresses": "^3.0.0",
"gh-pages": "^2.0.0"
}
}

0 comments on commit 47fb7e9

Please sign in to comment.