include engine and node version, rename project, tweak babelrc syntax
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "project-name",
|
||||
"name": "elastique",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
@@ -10,6 +10,9 @@
|
||||
},
|
||||
"author": "",
|
||||
"license": "Apache-2.0",
|
||||
"engines": {
|
||||
"node": ">=4.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-cli": "~6.7.5",
|
||||
"babel-core": "~6.7.6",
|
||||
|
||||
Reference in New Issue
Block a user