Skip to content

Commit de21a81

Browse files
author
Tom Kirkpatrick
committed
build: remove babel
1 parent f4de14d commit de21a81

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

package.json

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@
1919
"url": "https://github.com/fullcube/loopback-component-access-groups/issues"
2020
},
2121
"homepage": "https://github.com/fullcube/loopback-component-access-groups",
22-
"files": [
23-
"lib",
24-
"test"
25-
],
2622
"directories": {
2723
"lib": "lib",
2824
"test": "test"
@@ -34,7 +30,7 @@
3430
"pretest": "npm run lint",
3531
"coverage": "cat ./coverage/lcov.info | coveralls",
3632
"quicktest": "mocha test/*test.js",
37-
"test": "babel-node ./node_modules/.bin/isparta cover --report text --report lcov _mocha test/*test.js",
33+
"test": "./node_modules/.bin/isparta cover --report text --report lcov _mocha test/*test.js",
3834
"test:watch": "npm run test -- -w",
3935
"outdated": "npm outdated --depth=0",
4036
"todo": "./node_modules/.bin/leasot {lib,test}/*.js {lib,test}/**/*.js -r markdown > TODO.md || echo Refreshed TODO.md."
@@ -51,8 +47,6 @@
5147
"loopback-component-explorer": "2.3.0"
5248
},
5349
"devDependencies": {
54-
"babel-cli": "6.4.5",
55-
"babel-preset-es2015": "latest",
5650
"chai": "3.5.0",
5751
"chai-tbd": "0.1.0",
5852
"coveralls": "latest",
@@ -72,10 +66,5 @@
7266
"sinon-chai": "latest",
7367
"supertest": "1.1.0",
7468
"supertest-as-promised": "2.0.2"
75-
},
76-
"babel": {
77-
"presets": [
78-
"es2015"
79-
]
8069
}
8170
}

0 commit comments

Comments
 (0)