Skip to content
This repository was archived by the owner on Mar 15, 2024. It is now read-only.

Commit 3840693

Browse files
committed
prepare release
1 parent 4985bc1 commit 3840693

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

package.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,19 @@
1212
"url": "git+https://github.com/cometkim/gatsby-plugin-concurrent-mode.git"
1313
},
1414
"homepage": "https://github.com/cometkim/gatsby-plugin-concurrent-mode",
15+
"keywords": [
16+
"gatsby",
17+
"gatsby-plugin",
18+
"concurrent-mode"
19+
],
1520
"scripts": {
16-
"build": "babel gatsby -d . -x .ts,.tsx --presets gatsby-package"
21+
"build": "babel gatsby -d . -x .ts,.tsx --presets gatsby-package",
22+
"prepack": "yarn build"
1723
},
24+
"files": [
25+
"index.js",
26+
"gatsby-browser.js"
27+
],
1828
"peerDependencies": {
1929
"gatsby": "^2.0.0 || ^3.0.0",
2030
"react": "*",

0 commit comments

Comments
 (0)