Remove now.json from examples (#8057)

This commit is contained in:
Joe Haddad 2019-07-22 11:06:48 -04:00 committed by Tim Neutkens
parent eb740c530f
commit 1d8ff1d2aa
5 changed files with 0 additions and 20 deletions

View file

@ -1,4 +0,0 @@
{
"version": 2,
"builds": [{ "src": "package.json", "use": "@now/next@canary" }]
}

View file

@ -1 +0,0 @@
node_modules

View file

@ -1,5 +0,0 @@
{
"version": 2,
"name": "next-with-graphql-hooks",
"builds": [{ "src": "next.config.js", "use": "@now/next" }]
}

View file

@ -1,5 +0,0 @@
{
"version": 2,
"name": "nextjs",
"builds": [{ "src": "package.json", "use": "@now/next" }]
}

View file

@ -1,5 +0,0 @@
{
"version": 2,
"name": "with-semantic-ui",
"builds": [{ "src": "package.json", "use": "@now/next" }]
}