File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
- import { Gulpclass , Task , SequenceTask } from "gulpclass/Decorators " ;
1
+ import { Gulpclass , Task , SequenceTask } from "gulpclass" ;
2
2
3
3
const gulp = require ( "gulp" ) ;
4
4
const del = require ( "del" ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " typeorm-typedi-extensions" ,
3
- "version" : " 0.0.7 " ,
3
+ "version" : " 0.0.8 " ,
4
4
"description" : " Dependancy injection and service container integration with TypeORM using typedi library." ,
5
5
"license" : " MIT" ,
6
6
"readmeFilename" : " README.md" ,
32
32
"gulp-tslint" : " ^6.1.2" ,
33
33
"gulpclass" : " ^0.1.1" ,
34
34
"pg" : " ^6.1.0" ,
35
- "reflect-metadata" : " ^0.1.8 " ,
35
+ "reflect-metadata" : " ^0.1.9 " ,
36
36
"ts-node" : " ^1.3.0" ,
37
37
"tslint" : " ^3.15.1" ,
38
38
"tslint-stylish" : " ^2.1.0-beta" ,
39
39
"typedi" : " ^0.4.2" ,
40
- "typeorm" : " ^0.0.3" ,
41
- "typescript" : " ^2.0.2"
40
+ "typeorm" : " ^0.0.8" ,
41
+ "typescript" : " ^2.1.5" ,
42
+ "@types/node" : " ^7.0.4"
42
43
},
43
44
"peerDependencies" : {
44
- "typeorm" : " ^0.0.5 " ,
45
+ "typeorm" : " ^0.0.8 " ,
45
46
"typedi" : " ^0.4.2"
46
47
}
47
48
}
You can’t perform that action at this time.
0 commit comments