Skip to content

Commit b4170a2

Browse files
author
Dimitar Tachev
authored
fix: remove the tns-core-modules peer-dependency
1 parent b095071 commit b4170a2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@
2626
"download",
2727
"NativeScript"
2828
],
29-
"peerDependencies": {
30-
"tns-core-modules": "^3.4.0"
31-
},
3229
"devDependencies": {
3330
"tns-core-modules": "^3.4.0",
3431
"tns-platform-declarations": "^3.4.0",
@@ -38,4 +35,4 @@
3835
"build": "npm i && tsc",
3936
"prepack": "tsc"
4037
}
41-
}
38+
}

0 commit comments

Comments
 (0)