Skip to content

Commit 3abee47

Browse files
Josh SommerJosh Sommer
Josh Sommer
authored and
Josh Sommer
committed
version bump
1 parent 88959ae commit 3abee47

File tree

4 files changed

+14
-15
lines changed

4 files changed

+14
-15
lines changed

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-ngx-slides",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "NativeScript + Angular version of the slides",
55
"repository": {
66
"type": "git",

package-lock.json

Lines changed: 9 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"nativescript": {
77
"id": "org.nativescript.nativescriptpackagr",
88
"tns-ios": {
9-
"version": "4.0.1"
9+
"version": "4.2.0"
1010
}
1111
},
1212
"scripts": {
@@ -25,11 +25,11 @@
2525
"@angular/platform-browser-dynamic": "~6.0.0",
2626
"@angular/router": "~6.0.0",
2727
"nativescript-angular": "~6.0.0",
28-
"nativescript-ngx-slides": "file:./lib/",
2928
"nativescript-theme-core": "~1.0.4",
29+
"nativescript-ngx-slides": "file:./lib/",
3030
"reflect-metadata": "~0.1.8",
3131
"rxjs": "~6.1.0",
32-
"tns-core-modules": "~4.1.0",
32+
"tns-core-modules": "^4.2.0",
3333
"zone.js": "^0.8.26"
3434
},
3535
"devDependencies": {

references.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/// <reference path="./node_modules/tns-core-modules/tns-core-modules.d.ts" /> Needed for autocompletion and compilation.

0 commit comments

Comments
 (0)