Updated ignored and published files

master
Futago-za Ryuu 6 years ago
parent 37698d8981
commit 123a20a83c

6
.gitignore vendored

@ -1,3 +1,3 @@
browser/*
examples/*.js
node_modules/*
/browser
/examples/*.js
/node_modules

@ -14,35 +14,11 @@
"Futago-za Ryuu <futagoza.ryuu@gmail.com>"
],
"files": [
"CHANGELOG.md",
"LICENSE",
"README.md",
"bin/peg.js",
"bin/options.js",
"bin/usage.txt",
"examples/arithmetics.pegjs",
"examples/css.pegjs",
"examples/javascript.pegjs",
"examples/json.pegjs",
"lib/compiler/asts.js",
"lib/compiler/index.js",
"lib/compiler/js.js",
"lib/compiler/opcodes.js",
"lib/compiler/passes/generate-bytecode.js",
"lib/compiler/passes/generate-js.js",
"lib/compiler/passes/remove-proxy-rules.js",
"lib/compiler/passes/report-duplicate-labels.js",
"lib/compiler/passes/report-duplicate-rules.js",
"lib/compiler/passes/report-infinite-recursion.js",
"lib/compiler/passes/report-infinite-repetition.js",
"lib/compiler/passes/report-undefined-rules.js",
"lib/compiler/visitor.js",
"lib/grammar-error.js",
"lib/parser.js",
"lib/peg.js",
"package.json"
"bin",
"lib",
"!lib/.eslintrc.js"
],
"main": "lib/peg",
"main": "lib/peg.js",
"bin": "bin/peg.js",
"repository": "pegjs/pegjs",
"scripts": {

Loading…
Cancel
Save