mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
fix: don't crash on startup due to tslib not being found
This commit is contained in:
@@ -13,7 +13,8 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"tns-core-modules": "*"
|
||||
"tns-core-modules": "*",
|
||||
"tslib": "^1.9.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-traverse": "6.10.4",
|
||||
|
||||
Reference in New Issue
Block a user