mirror of
https://github.com/ershisan99/go-npm.git
synced 2025-12-16 12:33:24 +00:00
Compile to ES6
This commit is contained in:
12
package.json
12
package.json
@@ -1,13 +1,14 @@
|
||||
{
|
||||
"name": "go-npm",
|
||||
"version": "0.1.7",
|
||||
"version": "0.1.8",
|
||||
"description": "Distribute and install Go binaries via NPM",
|
||||
"main": "index.js",
|
||||
"bin": {
|
||||
"go-npm": "./bin/index.js"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"prepublish": "node_modules/babel-cli/bin/babel.js src --out-dir bin --presets es2015"
|
||||
},
|
||||
"author": "Sanath Kumar Ramesh <dayanandasaraswati@gmail.com>",
|
||||
"license": "Apache-2.0",
|
||||
@@ -20,5 +21,10 @@
|
||||
"type": "git",
|
||||
"url": "https://github.com/sanathkr/go-npm.git"
|
||||
},
|
||||
"homepage": "https://github.com/sanathkr/go-npm"
|
||||
"homepage": "https://github.com/sanathkr/go-npm",
|
||||
"devDependencies": {
|
||||
"babel-cli": "^6.24.1",
|
||||
"babel-core": "^6.25.0",
|
||||
"babel-preset-es2015": "^6.24.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user