Compile to ES6

This commit is contained in:
Sanath Kumar Ramesh
2017-08-10 23:44:21 -07:00
parent f3157c6c51
commit e18f2df020
5 changed files with 15 additions and 5 deletions

View File

@@ -4,7 +4,8 @@
"description": "Example App",
"main": "index.js",
"scripts": {
"install": "go-npm"
"postinstall": "go-npm install",
"preuninstall": "go-npm uninstall"
},
"goBinary": {
"name": "myBinaryName",