add csp version as default - fixes #13
This commit is contained in:
parent
735c7614ed
commit
482b94563e
10
Makefile
Normal file
10
Makefile
Normal 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
4323
acorn_csp.js
Normal file
File diff suppressed because it is too large
Load Diff
@ -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": [
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user