Skip to content

Commit 108d1e4

Browse files
authored
added peer deps
1 parent cdff4e8 commit 108d1e4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@
2929
],
3030
"author": "Peter Staev <[email protected]>",
3131
"license": "Apache-2.0",
32-
32+
33+
"peerDependencies": {
34+
"tns-core-modules": "^3.0.0 || ^3.0.0-rc.1"
35+
},
36+
3337
"devDependencies": {
3438
"typescript": "~2.2.2",
3539
"tslint": "^4.5.1",
@@ -42,4 +46,4 @@
4246
"grunt-exec": "2.0.0"
4347
}
4448

45-
}
49+
}

0 commit comments

Comments
 (0)