Prepare for publication

This commit is contained in:
Tony Garnock-Jones 2018-11-01 15:48:41 +00:00
parent f85165ec8d
commit fbd671ff46
2 changed files with 6 additions and 0 deletions

0
.npmignore Normal file
View File

View File

@ -3,11 +3,17 @@
"version": "0.0.0",
"homepage": "https://github.com/syndicate-lang/syndicate-js-syntax",
"license": "GPL-3.0+",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git://github.com/syndicate-lang/syndicate-js-syntax"
},
"author": "Tony Garnock-Jones <tonyg@leastfixedpoint.com>",
"scripts": {
"prepare": "make build"
},
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",