Skip to content

Commit 51dd2e9

Browse files
committed
fix(compile-error): Adding tslib as dependency
see NathanWalker#15
1 parent ea2a1f8 commit 51dd2e9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@
5454
"demo.android": "npm run preparedemo; cd src; tns run android --emulator",
5555
"preparedemo": "npm run build; cd src; tns plugin remove nativescript-ngx-fonticon; tns plugin add ..; tns install"
5656
},
57+
"dependencies": {
58+
"tslib": "1.6.0"
59+
},
5760
"peerDependencies": {
5861
"@angular/core": ">=2.0.0 || >=4.0.0-beta.0",
5962
"nativescript-angular": ">=1.3.0",
@@ -75,7 +78,6 @@
7578
"rxjs": "5.1.1",
7679
"tns-core-modules": "2.5.1",
7780
"traceur": "^0.0.91",
78-
"tslib": "1.6.0",
7981
"typedoc": "^0.3.12",
8082
"typescript": "~2.1.0",
8183
"zone.js": "~0.7.2"

0 commit comments

Comments
 (0)