Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mischnic committed Jun 18, 2020
1 parent 5b04a98 commit 38f340f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .vercelignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
_site
generate-api-docs
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"name": "parcel-website",
"version": "0.0.0",
"private": true,
"license": "MIT",
"scripts": {
"build": "rm -rf _site; eleventy",
"watch": "eleventy --watch",
Expand All @@ -20,7 +24,7 @@
"prettier": "^2.0.5"
},
"dependencies": {
"flow-bin": "^0.126.1",
"flow-bin": "^0.127.0",
"nullthrows": "^1.1.1"
}
}

0 comments on commit 38f340f

Please sign in to comment.