Skip to content

Commit d364e36

Browse files
committed
minor fix, version 1.0.2
1 parent 287dc62 commit d364e36

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-gatsby-web",
3-
"version": "1.0.0",
3+
"version": "1.0.2",
44
"description": "A CLI to bootstrap Gatsby app",
55
"main": "src/index.js",
66
"bin": {
@@ -12,6 +12,11 @@
1212
"scripts": {
1313
"test": "echo \"Error: no test specified\" && exit 1"
1414
},
15+
"files": [
16+
"bin/",
17+
"src/",
18+
"templates/"
19+
],
1520
"keywords": [
1621
"cli",
1722
"create-gatsby-web"

0 commit comments

Comments
 (0)