Skip to content

Commit

Permalink
Remove babel
Browse files Browse the repository at this point in the history
  • Loading branch information
lgaticaq committed May 5, 2016
1 parent dee08f2 commit 927585e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@
"description": "Get balance of bip card (Chile)",
"main": "lib",
"scripts": {
"prepublish": "npm run build -s",
"prebuild": "npm run lint -s && npm run clean -s",
"build": "babel src --out-dir lib --source-maps",
"lint": "eslint src",
"clean": "rimraf lib",
"pretest": "npm run build -s",
"test": "mocha --compilers js:babel-core/register"
},
"engines": {
Expand All @@ -35,9 +31,6 @@
"request-promise": "^1.0.2"
},
"devDependencies": {
"babel-cli": "^6.3.17",
"babel-core": "^6.3.26",
"babel-preset-es2015": "^6.3.13",
"chai": "^3.4.1",
"eslint": "^1.10.3",
"mocha": "^2.3.4",
Expand Down Expand Up @@ -73,10 +66,5 @@
},
"extends": "eslint:recommended"
},
"babel": {
"presets": [
"es2015"
]
},
"tonicExampleFilename": "example.js"
}

0 comments on commit 927585e

Please sign in to comment.