File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ng2-uploader" ,
3
3
"description" : " Angular2 File Uploader" ,
4
- "version" : " 1.5.7 " ,
4
+ "version" : " 1.6.0 " ,
5
5
"license" : " MIT" ,
6
6
"main" : " ng2-uploader.js" ,
7
7
"typings" : " ng2-uploader.d.ts" ,
8
8
"author" : " Jan Kuri <jkuri88@gmail.com>" ,
9
9
"scripts" : {
10
10
"clean" : " ./scripts/clean.sh" ,
11
11
"dev" : " ngc --watch" ,
12
- "postinstall " : " ./node_modules/.bin/ngc -p tsconfig.json"
12
+ "prepublish " : " ./node_modules/.bin/ngc -p tsconfig.json"
13
13
},
14
14
"repository" : {
15
15
"type" : " git" ,
34
34
"@types/core-js" : " ^0.9.35" ,
35
35
"@types/node" : " ^6.0.51" ,
36
36
"reflect-metadata" : " ^0.1.8" ,
37
- "rxjs" : " 5.0.0-beta.12 " ,
38
- "typescript" : " ^2.0.10 " ,
39
- "zone.js" : " ^0.6.26 "
37
+ "rxjs" : " 5.0.0-rc.4 " ,
38
+ "typescript" : " 2.1.4 " ,
39
+ "zone.js" : " ^0.7.2 "
40
40
}
41
41
}
You can’t perform that action at this time.
0 commit comments