Skip to content

Commit

Permalink
feat: make @svgmoji/core a direct dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ifiokjr committed Feb 2, 2021
1 parent fa19794 commit 088f5d3
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 24 deletions.
8 changes: 8 additions & 0 deletions .changeset/small-shrimps-allow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@svgmoji/blob': minor
'@svgmoji/noto': minor
'@svgmoji/openmoji': minor
'@svgmoji/twemoji': minor
---

Make `@svgmoji/core` a direct dependency for all icon packages.
7 changes: 1 addition & 6 deletions packages/svgmoji__blob/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,7 @@
"missing.json"
],
"dependencies": {
"@babel/runtime": "^7.12.5"
},
"devDependencies": {
"@svgmoji/core": "3.0.0"
},
"peerDependencies": {
"@babel/runtime": "^7.12.5",
"@svgmoji/core": "^3.0.0"
},
"publishConfig": {
Expand Down
7 changes: 1 addition & 6 deletions packages/svgmoji__noto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,7 @@
"sprites/all.svg"
],
"dependencies": {
"@babel/runtime": "^7.12.5"
},
"devDependencies": {
"@svgmoji/core": "3.0.0"
},
"peerDependencies": {
"@babel/runtime": "^7.12.5",
"@svgmoji/core": "^3.0.0"
},
"publishConfig": {
Expand Down
7 changes: 1 addition & 6 deletions packages/svgmoji__openmoji/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,7 @@
"missing.json"
],
"dependencies": {
"@babel/runtime": "^7.12.5"
},
"devDependencies": {
"@svgmoji/core": "3.0.0"
},
"peerDependencies": {
"@babel/runtime": "^7.12.5",
"@svgmoji/core": "^3.0.0"
},
"publishConfig": {
Expand Down
7 changes: 1 addition & 6 deletions packages/svgmoji__twemoji/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,7 @@
"missing.json"
],
"dependencies": {
"@babel/runtime": "^7.12.5"
},
"devDependencies": {
"@svgmoji/core": "3.0.0"
},
"peerDependencies": {
"@babel/runtime": "^7.12.5",
"@svgmoji/core": "^3.0.0"
},
"publishConfig": {
Expand Down

0 comments on commit 088f5d3

Please sign in to comment.