Commit ddb161c 1 parent 9fe223f commit ddb161c Copy full SHA for ddb161c
File tree 2 files changed +25
-8
lines changed
2 files changed +25
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ionic2-rating" ,
3
- "version" : " 0.0.11 " ,
3
+ "version" : " 0.0.12 " ,
4
4
"author" : " andrucz" ,
5
5
"license" : " MIT" ,
6
6
"bugs" : {
26
26
" src/ionic2-rating.ts"
27
27
],
28
28
"dependencies" : {
29
- "ionic-angular" : " ^2.0.0-rc.0"
30
29
},
31
30
"devDependencies" : {
32
- "typescript" : " ^2.0.3" ,
33
- "copyfiles" : " 1.0.0"
31
+ "typescript" : " 2.0.3" ,
32
+ "copyfiles" : " 1.0.0" ,
33
+ "ionic-angular" : " 2.0.0-rc.2" ,
34
+ "@angular/common" : " 2.1.1" ,
35
+ "@angular/core" : " 2.1.1" ,
36
+ "@angular/forms" : " 2.1.1" ,
37
+ "@angular/compiler" : " 2.1.1" ,
38
+ "@angular/compiler-cli" : " 2.1.1" ,
39
+ "@angular/http" : " 2.1.1" ,
40
+ "@angular/platform-browser" : " 2.1.1" ,
41
+ "@angular/platform-browser-dynamic" : " 2.1.1" ,
42
+ "@angular/platform-server" : " 2.1.1" ,
43
+ "reflect-metadata" : " ^0.1.3" ,
44
+ "rxjs" : " 5.0.0-beta.12" ,
45
+ "zone.js" : " 0.6.21"
34
46
},
35
47
"repository" : {
36
48
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"version" : "2.0.3" ,
3
3
"compilerOptions" : {
4
- "noImplicitAny" : true ,
5
- "target" : "es5" ,
6
- "module" : "commonjs" ,
4
+ "allowSyntheticDefaultImports" : true ,
7
5
"emitDecoratorMetadata" : true ,
8
6
"experimentalDecorators" : true ,
7
+ "lib" : [
8
+ "dom" ,
9
+ "es2015"
10
+ ] ,
11
+ "module" : "es2015" ,
12
+ "moduleResolution" : "node" ,
13
+ "target" : "es5" ,
14
+ "noImplicitAny" : true ,
9
15
"sourceMap" : true ,
10
16
"declaration" : true
11
17
} ,
12
18
"files" : [
13
- "typings/index.d.ts" ,
14
19
"src/ionic2-rating.ts" ,
15
20
"src/module.ts" ,
16
21
"src/index.ts"
You can’t perform that action at this time.
0 commit comments