add csp version as default - fixes #13

This commit is contained in:
Sebastian McKenzie 2015-01-13 22:39:00 +11:00
parent 735c7614ed
commit 482b94563e
3 changed files with 4334 additions and 1 deletions

10
Makefile Normal file
View File

@ -0,0 +1,10 @@
.PHONY: publish
publish:
read -p "Version: " version; \
npm version $$version --message "v%s"
bin/without_eval >acorn_csp.js
npm publish
git push --follow-tags

4323
acorn_csp.js Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
{
"name": "acorn-6to5",
"description": "Acorn fork used by 6to5",
"main": "acorn.js",
"main": "acorn_csp.js",
"version": "0.11.1-13",
"maintainers": [
{