2 changed files with 13 additions and 17 deletions
@ -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