Skip to content

Commit

Permalink
remove duplicate package json field
Browse files Browse the repository at this point in the history
  • Loading branch information
Sqrrl committed Aug 13, 2023
1 parent 62bce9d commit 9e7b040
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions addon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook-design-token",
"version": "2.9.0",
"version": "2.10.0",
"main": "dist/preset.js",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -37,6 +37,9 @@
},
"react-dom": {
"optional": true
},
"vite": {
"optional": true
}
},
"dependencies": {
Expand All @@ -61,10 +64,5 @@
},
"peerDependencies": {
"vite": "> 3.0.0 < 5.0.0"
},
"peerDependenciesMeta": {
"vite": {
"optional": true
}
}
}

0 comments on commit 9e7b040

Please sign in to comment.