Skip to content

Commit

Permalink
minor fix, version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tripheo0412 committed Feb 19, 2020
1 parent 287dc62 commit d364e36
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-gatsby-web",
"version": "1.0.0",
"version": "1.0.2",
"description": "A CLI to bootstrap Gatsby app",
"main": "src/index.js",
"bin": {
Expand All @@ -12,6 +12,11 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"bin/",
"src/",
"templates/"
],
"keywords": [
"cli",
"create-gatsby-web"
Expand Down

0 comments on commit d364e36

Please sign in to comment.