File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ lib/**/*.map
33.nyc_output
44gulpfile.js
55coverage
6- lib /test
76karma.conf.js
87node_modules
98test
Original file line number Diff line number Diff line change 2626 "url" : " https://github.com/spiel-framework/spiel-request/issues"
2727 },
2828 "homepage" : " https://github.com/spiel-framework/spiel-request#readme" ,
29- "dependencies" : {
30- "injection-js" : " ^2.2.1"
31- },
29+ "dependencies" : {},
3230 "devDependencies" : {
3331 "@koa/cors" : " ^2.2.1" ,
3432 "@types/chai" : " ^4.1.2" ,
3836 "@types/koa-router" : " ^7.0.27" ,
3937 "@types/mocha" : " ^2.2.48" ,
4038 "@types/node" : " ^8.5.8" ,
41- "@types/sinon" : " ^2.3.7" ,
4239 "chai" : " ^4.1.2" ,
4340 "express" : " ^4.16.2" ,
4441 "gulp" : " ^3.9.1" ,
6158 "koa-router" : " ^7.4.0" ,
6259 "mocha" : " ^4.1.0" ,
6360 "nodemon" : " ^1.14.12" ,
64- "sinon" : " ^4.2.2" ,
6561 "source-map-support" : " ^0.5.3" ,
6662 "ts-loader" : " ^3.4.0" ,
6763 "ts-node" : " ^3.3.0" ,
Original file line number Diff line number Diff line change 1717 "sourceMap" : true
1818 },
1919 "include" : [
20- " ./src" ,
21- " ./test"
20+ " ./src"
2221 ],
2322 "exclude" : [
2423 " node_modules" ,
You can’t perform that action at this time.
0 commit comments