Add a prepublish step to package.json

This commit is contained in:
Marijn Haverbeke
2014-09-12 16:54:28 +02:00
parent 4d4daa07e0
commit 0322beb0aa
3 changed files with 8 additions and 7 deletions

View File

@@ -188,7 +188,8 @@ in a context with such a
The `bin/without_eval` script can be used to generate a version of
`acorn.js` that has the generated code inlined, and can thus run
without evaluating anything.
without evaluating anything. In versions of this library downloaded
from NPM, this script will be available as `acorn_csp.js`.
### acorn_loose.js ###