Updated ignored and published files

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

6
.gitignore vendored

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

@ -14,35 +14,11 @@
"Futago-za Ryuu <futagoza.ryuu@gmail.com>" "Futago-za Ryuu <futagoza.ryuu@gmail.com>"
], ],
"files": [ "files": [
"CHANGELOG.md", "bin",
"LICENSE", "lib",
"README.md", "!lib/.eslintrc.js"
"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"
], ],
"main": "lib/peg", "main": "lib/peg.js",
"bin": "bin/peg.js", "bin": "bin/peg.js",
"repository": "pegjs/pegjs", "repository": "pegjs/pegjs",
"scripts": { "scripts": {

Loading…
Cancel
Save