Skip to content

Commit

Permalink
Add vue as peer depedency
Browse files Browse the repository at this point in the history
  • Loading branch information
relliv committed Oct 2, 2024
1 parent 0414600 commit 6acb554
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion libs/features/nx-vue-svg-loaders/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngeenx/nx-vue-svg-loaders",
"version": "1.0.0",
"version": "1.0.1",
"description": "Vue SVG Loaders",
"keywords": [
"vue",
Expand All @@ -18,6 +18,9 @@
"type": "git",
"url": "[email protected]:ngeenx/nx-svg-loaders.git"
},
"peerDependencies": {
"vue": "^3.0.0"
},
"main": "./index.js",
"types": "./index.d.ts",
"files": [
Expand Down

0 comments on commit 6acb554

Please sign in to comment.