Skip to content

Commit

Permalink
chore: correct package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSnow committed Mar 14, 2023
1 parent c9728fe commit add1ca5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"name": "@storipress/vue-advertising",
"version": "1.0.0",
"repository": "[email protected]:storipress/framework-scaffolding.git",
"repository": "[email protected]:storipress/vue-advertising.git",
"license": "MIT",
"bugs": {
"url": "https://github.com/storipress/vue-advertising/issues"
},
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"type": "module",
Expand All @@ -23,9 +27,6 @@
"!dist/**/*.test.mjs",
"!dist/**/__snapshots__/**"
],
"publishConfig": {
"access": "restricted"
},
"dependencies": {
"@guanghechen/fast-deep-equal": "^2.2.4",
"@vueuse/core": "^9.13.0",
Expand Down

0 comments on commit add1ca5

Please sign in to comment.