Skip to content

Commit

Permalink
fixed package.json files entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Havunen committed Nov 26, 2024
1 parent 902106d commit f7c39c6
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 15 deletions.
3 changes: 2 additions & 1 deletion packages/inferno-animation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
},
"homepage": "https://github.com/infernojs/inferno#readme",
"files": [
"index.js",
"index.cjs",
"index.css",
"dist/",
"README.md",
"package.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/inferno-clone-vnode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"homepage": "https://github.com/infernojs/inferno#readme",
"files": [
"index.js",
"index.cjs",
"dist/",
"README.md",
"package.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/inferno-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"homepage": "https://github.com/infernojs/inferno#readme",
"files": [
"index.js",
"index.cjs",
"prop-types.js",
"lib",
"dist/",
Expand Down
2 changes: 1 addition & 1 deletion packages/inferno-create-element/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"homepage": "https://github.com/infernojs/inferno#readme",
"files": [
"index.js",
"index.cjs",
"dist/",
"README.md",
"package.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/inferno-extras/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"moduleName": "Inferno"
},
"files": [
"index.js",
"index.cjs",
"dist/",
"README.md",
"package.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/inferno-hydrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"homepage": "https://github.com/infernojs/inferno#readme",
"files": [
"index.js",
"index.cjs",
"dist/",
"README.md",
"package.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/inferno-hyperscript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"homepage": "https://github.com/infernojs/inferno#readme",
"files": [
"index.js",
"index.cjs",
"dist/",
"README.md",
"package.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/inferno-mobx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"homepage": "https://github.com/infernojs/inferno#readme",
"files": [
"index.js",
"index.cjs",
"dist/",
"README.md",
"package.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/inferno-redux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"homepage": "https://github.com/infernojs/inferno#readme",
"files": [
"index.js",
"index.cjs",
"dist/",
"README.md",
"package.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/inferno-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"homepage": "https://github.com/infernojs/inferno#readme",
"files": [
"index.js",
"index.cjs",
"dist/",
"README.md",
"package.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/inferno-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"rollup"
],
"files": [
"index.js",
"index.cjs",
"index.mjs",
"dist/",
"README.md",
Expand Down
2 changes: 1 addition & 1 deletion packages/inferno-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"homepage": "https://github.com/infernojs/inferno#readme",
"files": [
"index.js",
"index.cjs",
"dist/",
"package.json"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/inferno-test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
}
},
"files": [
"index.js",
"index.cjs",
"dist/",
"README.md",
"package.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/inferno-vnode-flags/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"moduleName": "Inferno"
},
"files": [
"index.js",
"index.cjs",
"dist/",
"README.md",
"package.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/inferno/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"moduleName": "Inferno"
},
"files": [
"index.js",
"index.cjs",
"index.mjs",
"dist/",
"README.md",
Expand Down

0 comments on commit f7c39c6

Please sign in to comment.