Skip to content

Commit 8c501ad

Browse files
committed
Updating for TNS 2.0.0
1 parent 5acb642 commit 8c501ad

File tree

3 files changed

+33
-28
lines changed

3 files changed

+33
-28
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,8 @@ add as many ``<IntroSlides:Slide>`` as you want.
8181
Thanks to [Nathan Walker](https://github.com/NathanWalker) for setting up the {N} plugin seed that I used to help get this plugin up and running. More info can be found about it here:
8282
https://github.com/NathanWalker/nativescript-plugin-seed
8383

84-
for {N} version 1.7.0+
84+
##License
85+
86+
[MIT](/LICENSE)
87+
88+
for {N} version 2.0.0+

demo/package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
2-
"nativescript": {
3-
"id": "org.nativescript.demo",
4-
"tns-android": {
5-
"version": "1.7.0"
6-
},
7-
"tns-ios": {
8-
"version": "2.0.0"
9-
}
10-
},
11-
"dependencies": {
12-
"nativescript-intro-slides": "file:..",
13-
"tns-core-modules": "^1.7.0"
14-
},
15-
"devDependencies": {
16-
"babel-traverse": "6.7.6",
17-
"babel-types": "6.7.7",
18-
"babylon": "6.7.0",
19-
"filewalker": "0.1.2",
20-
"lazy": "1.0.11",
21-
"nativescript-dev-typescript": "^0.3.1",
22-
"typescript": "^1.8.7"
23-
}
24-
}
2+
"nativescript": {
3+
"id": "org.nativescript.demo",
4+
"tns-android": {
5+
"version": "2.0.0"
6+
},
7+
"tns-ios": {
8+
"version": "2.0.0"
9+
}
10+
},
11+
"dependencies": {
12+
"nativescript-intro-slides": "file:..",
13+
"tns-core-modules": "2.0.0"
14+
},
15+
"devDependencies": {
16+
"babel-traverse": "6.8.0",
17+
"babel-types": "6.8.1",
18+
"babylon": "6.8.0",
19+
"filewalker": "0.1.2",
20+
"lazy": "1.0.11",
21+
"nativescript-dev-typescript": "^0.3.1",
22+
"typescript": "^1.8.7"
23+
}
24+
}

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "nativescript-intro-slides",
3-
"version": "0.0.6",
3+
"version": "0.1.0",
44
"description": "NativeScript intro slides plugin.",
55
"main": "nativescript-intro-slides.js",
66
"nativescript": {
77
"platforms": {
8-
"android": "1.7.0",
9-
"ios": "1.7.0"
8+
"android": "2.0.0",
9+
"ios": "2.0.0"
1010
}
1111
},
1212
"scripts": {
@@ -16,7 +16,8 @@
1616
"preparedemo": "npm run build && cd demo && tns plugin remove nativescript-intro-slides && tns plugin add .. && tns install",
1717
"setup": "cd demo && npm install && cd .. && npm run build && cd demo && tns plugin add .. && cd ..",
1818
"livesync.ios":"cd demo && tns livesync ios --watch",
19-
"livesync.android":"cd demo && tns livesync android --watch"
19+
"livesync.android":"cd demo && tns livesync android --watch",
20+
"ios": "xcproj --project platforms/ios/YourApp.xcodeproj touch; xcproj --project platforms/ios/Pods/Pods.xcodeproj touch; tns livesync ios --emulator --watch"
2021
},
2122
"repository": {
2223
"type": "git",

0 commit comments

Comments
 (0)