Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #36 from bensladden/buildTest
Browse files Browse the repository at this point in the history
removed vue as dep and made it devdep reducing size of package
  • Loading branch information
bensladden authored Nov 23, 2019
2 parents 0399649 + 65341af commit 06d4dd5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"canvas",
"components"
],
"version": "0.1.29",
"version": "0.1.30",
"repository": {
"type": "git",
"url": "https://github.com/bensladden/vue-fabric-wrapper.git"
Expand All @@ -31,8 +31,7 @@
},
"license": "MIT",
"dependencies": {
"fabric": "3.5.1",
"vue": "2.6.10"
"fabric": "3.5.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "4.0.5",
Expand All @@ -49,7 +48,8 @@
"prettier": "1.19.1",
"rimraf": "3.0.0",
"sass-loader": "8.0.0",
"vue": "2.6.10",
"vue-template-compiler": "2.6.10",
"vuepress": "1.2.0"
}
}
}

0 comments on commit 06d4dd5

Please sign in to comment.