Skip to content

Commit e3b00bb

Browse files
Vasil ChimevVasil Chimev
Vasil Chimev
authored and
Vasil Chimev
committed
Merge pull request #150 from NativeScript/fix-pack
Update package.json
2 parents 2a3b58b + a8538fa commit e3b00bb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Diff for: package.json

+5-2
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)