Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a8538fa

Browse files
Vasil ChimevVasil Chimev
authored andcommittedMar 30, 2016
Update package.json
Make tns-core-modules peer dependency. Make valid nativescript plugin.
1 parent 2a3b58b commit a8538fa

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed
 

‎package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
},
1515
"scripts": {},
1616
"dependencies": {
17-
"tns-core-modules": "^2.0.0-angular-2",
1817
"nativescript-intl": "^0.0.2",
1918
"angular2": "2.0.0-beta.9",
2019
"es6-shim": "^0.33.3",
@@ -36,5 +35,9 @@
3635
"grunt-ts": "5.0.0-beta.5",
3736
"shelljs": "^0.5.3",
3837
"typescript": "1.8.2"
39-
}
38+
},
39+
"peerDependencies": {
40+
"tns-core-modules": ">=2.0.0 || >=2.0.0-2016 || >=2.0.0-angular-2"
41+
},
42+
"nativescript": {}
4043
}

0 commit comments

Comments
 (0)
Please sign in to comment.