Skip to content

Commit

Permalink
added peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterStaev authored Apr 21, 2017
1 parent cdff4e8 commit 108d1e4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@
],
"author": "Peter Staev <[email protected]>",
"license": "Apache-2.0",


"peerDependencies": {
"tns-core-modules": "^3.0.0 || ^3.0.0-rc.1"
},

"devDependencies": {
"typescript": "~2.2.2",
"tslint": "^4.5.1",
Expand All @@ -42,4 +46,4 @@
"grunt-exec": "2.0.0"
}

}
}

0 comments on commit 108d1e4

Please sign in to comment.