Switch to Now v2
parent
29943edf60
commit
a04486711f
@ -0,0 +1,5 @@
|
||||
.idea
|
||||
.nyc_output
|
||||
node_modules
|
||||
dist
|
||||
coverage
|
@ -1,22 +1,13 @@
|
||||
{
|
||||
"name": "pegjs-website",
|
||||
"type": "npm",
|
||||
"env": {
|
||||
"NODE_ENV": "production"
|
||||
},
|
||||
"version": 2,
|
||||
"name": "pegjs-next-website",
|
||||
"alias": [
|
||||
"www.pegjs.org",
|
||||
"pegjs.org",
|
||||
"pegjs.now.sh"
|
||||
"next.pegjs.org"
|
||||
],
|
||||
"files": [
|
||||
"examples",
|
||||
"packages",
|
||||
"test",
|
||||
"tools/benchmark",
|
||||
"tools/bundle",
|
||||
"website",
|
||||
"package.json",
|
||||
"yarn.lock"
|
||||
"builds": [
|
||||
{
|
||||
"src": "package.json",
|
||||
"use": "@now/static-build"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue