Skip to content

Commit

Permalink
add "scripts": {} to package.json to suppress npm warning
Browse files Browse the repository at this point in the history
  • Loading branch information
uenoB committed Jul 20, 2024
1 parent 96e2bbb commit aa409b9
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/async/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"access": "public",
"provenance": true
},
"scripts": {},
"module": "dist/index.js",
"main": "dist/index.cjs",
"exports": {
Expand Down
1 change: 1 addition & 0 deletions packages/page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"access": "public",
"provenance": true
},
"scripts": {},
"module": "dist/index.js",
"main": "dist/index.cjs",
"exports": {
Expand Down
1 change: 1 addition & 0 deletions packages/render-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"access": "public",
"provenance": true
},
"scripts": {},
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/render-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"access": "public",
"provenance": true
},
"scripts": {},
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/render-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"access": "public",
"provenance": true
},
"scripts": {},
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/render-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"access": "public",
"provenance": true
},
"scripts": {},
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/render-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"access": "public",
"provenance": true
},
"scripts": {},
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/vite-plugin-minissg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"access": "public",
"provenance": true
},
"scripts": {},
"module": "dist/index.js",
"main": "dist/index.cjs",
"exports": {
Expand Down

0 comments on commit aa409b9

Please sign in to comment.