Switch to Now v2

master
Futago-za Ryuu 5 years ago
parent 29943edf60
commit a04486711f

@ -0,0 +1,5 @@
.idea
.nyc_output
node_modules
dist
coverage

@ -1,22 +1,13 @@
{ {
"name": "pegjs-website", "version": 2,
"type": "npm", "name": "pegjs-next-website",
"env": {
"NODE_ENV": "production"
},
"alias": [ "alias": [
"www.pegjs.org", "next.pegjs.org"
"pegjs.org",
"pegjs.now.sh"
], ],
"files": [ "builds": [
"examples", {
"packages", "src": "package.json",
"test", "use": "@now/static-build"
"tools/benchmark", }
"tools/bundle",
"website",
"package.json",
"yarn.lock"
] ]
} }

Loading…
Cancel
Save