Skip to content

Commit

Permalink
chore: add missing 'exports' field in some package.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjuanes authored Oct 12, 2022
1 parent f5b71f9 commit b29bf44
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/colors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"bugs": "https://github.com/jmjuanes/siimple/issues",
"homepage": "https://www.siimple.xyz",
"main": "index.js",
"exports": "./index.js",
"keywords": [
"siimple",
"colors"
Expand Down
1 change: 1 addition & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"bugs": "https://github.com/jmjuanes/siimple/issues",
"homepage": "https://www.siimple.xyz",
"main": "index.js",
"exports": "./index.js",
"keywords": [
"siimple"
]
Expand Down
1 change: 1 addition & 0 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"bugs": "https://github.com/jmjuanes/siimple/issues",
"homepage": "https://www.siimple.xyz/icons",
"main": "index.js",
"exports": "./index.js",
"keywords": [
"siimple",
"icons"
Expand Down
1 change: 1 addition & 0 deletions packages/modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"bugs": "https://github.com/jmjuanes/siimple/issues",
"homepage": "https://www.siimple.xyz",
"main": "index.js",
"exports": "./index.js",
"keywords": [
"siimple",
"modules",
Expand Down
1 change: 1 addition & 0 deletions packages/preset-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"bugs": "https://github.com/jmjuanes/siimple/issues",
"homepage": "https://www.siimple.xyz",
"main": "index.js",
"exports": "./index.js",
"dependencies": {
"@siimple/colors": "^0.3.0"
},
Expand Down
1 change: 1 addition & 0 deletions packages/preset-dark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"bugs": "https://github.com/jmjuanes/siimple/issues",
"homepage": "https://www.siimple.xyz/presets/dark",
"main": "index.js",
"exports": "./index.js",
"dependencies": {
"@siimple/colors": "^0.3.0",
"@siimple/preset-base": "^0.3.0"
Expand Down
1 change: 1 addition & 0 deletions packages/preset-ice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"bugs": "https://github.com/jmjuanes/siimple/issues",
"homepage": "https://www.siimple.xyz/presets/ice",
"main": "index.js",
"exports": "./index.js",
"dependencies": {
"@siimple/preset-base": "^0.3.0"
},
Expand Down
1 change: 1 addition & 0 deletions packages/preset-mustard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"bugs": "https://github.com/jmjuanes/siimple/issues",
"homepage": "https://www.siimple.xyz/presets/mustard",
"main": "index.js",
"exports": "./index.js",
"dependencies": {
"@siimple/preset-base": "^0.3.0"
},
Expand Down
1 change: 1 addition & 0 deletions packages/preset-noir/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"bugs": "https://github.com/jmjuanes/siimple/issues",
"homepage": "https://www.siimple.xyz/presets/noir",
"main": "index.js",
"exports": "./index.js",
"dependencies": {
"@siimple/preset-base": "^0.3.0"
},
Expand Down
1 change: 1 addition & 0 deletions packages/presets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"bugs": "https://github.com/jmjuanes/siimple/issues",
"homepage": "https://www.siimple.xyz",
"main": "index.js",
"exports": "./index.js",
"dependencies": {
"@siimple/preset-base": "^0.3.0",
"@siimple/preset-dark": "^0.3.0",
Expand Down

0 comments on commit b29bf44

Please sign in to comment.