Skip to content

Commit

Permalink
now.json
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmaguitar committed May 6, 2020
1 parent eb63888 commit 80bc4f3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
node_modules
build

.now
9 changes: 9 additions & 0 deletions now.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"version": 2,
"builds": [
{
"src": "package.json",
"use": "@frontity/now"
}
]
}

0 comments on commit 80bc4f3

Please sign in to comment.