File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change 19
19
"url" : " https://github.com/fullcube/loopback-component-access-groups/issues"
20
20
},
21
21
"homepage" : " https://github.com/fullcube/loopback-component-access-groups" ,
22
- "files" : [
23
- " lib" ,
24
- " test"
25
- ],
26
22
"directories" : {
27
23
"lib" : " lib" ,
28
24
"test" : " test"
34
30
"pretest" : " npm run lint" ,
35
31
"coverage" : " cat ./coverage/lcov.info | coveralls" ,
36
32
"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" ,
38
34
"test:watch" : " npm run test -- -w" ,
39
35
"outdated" : " npm outdated --depth=0" ,
40
36
"todo" : " ./node_modules/.bin/leasot {lib,test}/*.js {lib,test}/**/*.js -r markdown > TODO.md || echo Refreshed TODO.md."
51
47
"loopback-component-explorer" : " 2.3.0"
52
48
},
53
49
"devDependencies" : {
54
- "babel-cli" : " 6.4.5" ,
55
- "babel-preset-es2015" : " latest" ,
56
50
"chai" : " 3.5.0" ,
57
51
"chai-tbd" : " 0.1.0" ,
58
52
"coveralls" : " latest" ,
72
66
"sinon-chai" : " latest" ,
73
67
"supertest" : " 1.1.0" ,
74
68
"supertest-as-promised" : " 2.0.2"
75
- },
76
- "babel" : {
77
- "presets" : [
78
- " es2015"
79
- ]
80
69
}
81
70
}
You can’t perform that action at this time.
0 commit comments