Skip to content

Commit 4631d23

Browse files
author
Tom Kirkpatrick
committed
Remove babel dependencies
1 parent e74efb1 commit 4631d23

File tree

3 files changed

+2
-18
lines changed

3 files changed

+2
-18
lines changed

.babelrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,18 @@
3030
"main": "lib/index.js",
3131
"scripts": {
3232
"dev": "nodemon test/fullcube-state-machine/server/server.js --ignore db.json --ext js,json",
33-
"test": "nyc --reporter=lcov --reporter=text mocha test/*test.js",
33+
"test": "nyc --reporter=lcov --reporter=text --reporter=text-summary mocha test/*test.js",
3434
"test:watch": "npm run test -- -w",
3535
"coverage": "nyc report --reporter=text-lcov | coveralls"
3636
},
3737
"devDependencies": {
38-
"babel-cli": "^6.10.1",
39-
"babel-core": "^6.10.4",
40-
"babel-eslint": "^6.1.0",
41-
"babel-polyfill": "^6.9.1",
42-
"babel-preset-es2015": "^6.9.0",
4338
"chai": "^3.5.0",
4439
"coveralls": "^2.11.9",
4540
"eslint-config-fullcube": "git+https://github.com/fullcube/eslint-config-fullcube.git",
4641
"loglevel": "^1.4.1",
4742
"mocha": "^2.5.3",
4843
"nodemon": "^1.9.2",
44+
"nyc": "^7.0.0",
4945
"sinon": "^1.17.4",
5046
"sinon-as-promised": "^3.0.1",
5147
"sinon-chai": "^2.8.0"
@@ -55,11 +51,5 @@
5551
"debug": "^2.2.0",
5652
"fsm-as-promised": "^0.13.0",
5753
"lodash": "^4.13.1"
58-
},
59-
"peerDependencies": {
60-
"loopback": ">=2.25.0"
61-
},
62-
"optionalDependencies": {
63-
"loopback-component-explorer": "2.5.0"
6454
}
6555
}

test/fullcube-state-machine/server/server.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
require('babel-register')
2-
require('babel-polyfill')
3-
41
var loopback = require('loopback');
52
var boot = require('loopback-boot');
63

0 commit comments

Comments
 (0)