Skip to content

Commit

Permalink
fix: add license field to package.json, add repo URL
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusBorg committed Nov 7, 2022
1 parent a4c2c3c commit c1acfe6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "vue-mixable",
"description": "Turn Vue Mixins into Composables with a simple helper function",
"version": "0.2.1",
"version": "0.2.2",
"license": "MIT",
"keywords": [
"Vue",
"composables",
Expand All @@ -15,7 +16,8 @@
"url": "https://github.com/linusborg"
},
"repository": {
"url": ""
"url": "https://github.com/LinusBorg/vue-mixable",
"type": "git"
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit c1acfe6

Please sign in to comment.