Add a script that generates the regular expressions for identifiers

This commit is contained in:
Mathias Bynens
2014-06-23 18:22:25 +02:00
committed by Marijn Haverbeke
parent caeaf37c31
commit df9eda514a
4 changed files with 59 additions and 4 deletions

View File

@@ -13,5 +13,7 @@
"licenses": [{"type": "MIT",
"url": "http://marijnhaverbeke.nl/acorn/LICENSE"}],
"scripts": {"test": "node test/run.js"},
"bin": {"acorn": "./bin/acorn"}
"bin": {"acorn": "./bin/acorn"},
"devDependencies": {"regenerate": "~0.6.2",
"unicode-7.0.0": "~0.1.5"}
}