Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 903eebd

Browse files
author
Elena Hristova
committed
update minimum version to 4.0
1 parent d1863fb commit 903eebd

File tree

3 files changed

+7
-80
lines changed

3 files changed

+7
-80
lines changed

demo/app/package.json

Lines changed: 0 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -29,78 +29,6 @@
2929
"v8Flags": "--expose_gc",
3030
"requireModules": ["nativescript-geolocation"]
3131
},
32-
"devDependencies": {
33-
"nativescript-dev-typescript": "^0.7.5"
34-
},
35-
"_id": "tns-template-hello-world-ts@1.6.0",
36-
"_shasum": "a567c2b9a56024818c06596dab9629d155c5b8a8",
37-
"_resolved": "https://registry.npmjs.org/tns-template-hello-world-ts/-/tns-template-hello-world-ts-1.6.0.tgz",
38-
"_from": "tns-template-hello-world-ts@latest",
39-
"scripts": {},
40-
"_npmVersion": "2.14.7",
41-
"_nodeVersion": "4.2.2",
42-
"_npmUser": {
43-
"name": "enchev",
44-
"email": "vladimir.enchev@gmail.com"
45-
},
46-
"dist": {
47-
"shasum": "a567c2b9a56024818c06596dab9629d155c5b8a8",
48-
"tarball": "http://registry.npmjs.org/tns-template-hello-world-ts/-/tns-template-hello-world-ts-1.6.0.tgz"
49-
},
50-
"maintainers": [
51-
{
52-
"name": "enchev",
53-
"email": "vladimir.enchev@gmail.com"
54-
},
55-
{
56-
"name": "erjangavalji",
57-
"email": "erjan.gavalji@gmail.com"
58-
},
59-
{
60-
"name": "fatme",
61-
"email": "hfatme@gmail.com"
62-
},
63-
{
64-
"name": "hdeshev",
65-
"email": "hristo@deshev.com"
66-
},
67-
{
68-
"name": "kerezov",
69-
"email": "d.kerezov@gmail.com"
70-
},
71-
{
72-
"name": "ligaz",
73-
"email": "stefan.dobrev@gmail.com"
74-
},
75-
{
76-
"name": "nsndeck",
77-
"email": "nedyalko.nikolov@telerik.com"
78-
},
79-
{
80-
"name": "rosen-vladimirov",
81-
"email": "rosen.vladimirov.91@gmail.com"
82-
},
83-
{
84-
"name": "sdobrev",
85-
"email": "stefan.dobrev@gmail.com"
86-
},
87-
{
88-
"name": "tailsu",
89-
"email": "tailsu@gmail.com"
90-
},
91-
{
92-
"name": "teobugslayer",
93-
"email": "teobugslayer@gmail.com"
94-
},
95-
{
96-
"name": "valio.stoychev",
97-
"email": "valio.stoychev@gmail.com"
98-
}
99-
],
100-
"_npmOperationalInternal": {
101-
"host": "packages-5-east.internal.npmjs.com",
102-
"tmp": "tmp/tns-template-hello-world-ts-1.6.0.tgz_1455717516189_0.6427943941671401"
103-
},
10432
"directories": {},
10533
"readme": "ERROR: No README data found!"
10634
}

demo/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,18 @@
1313
"nativescript-theme-core": "^1.0.4",
1414
"nativescript-toast": "^1.4.6",
1515
"nativescript-unit-test-runner": "^0.3.4",
16-
"tns-core-modules": "^5.0.2"
16+
"tns-core-modules": "^5.0.0"
1717
},
1818
"devDependencies": {
1919
"jasmine-core": "^2.5.2",
2020
"karma": "^1.3.0",
2121
"karma-jasmine": "^1.0.2",
2222
"karma-nativescript-launcher": "^0.4.0",
2323
"nativescript-css-loader": "~0.26.0",
24-
"nativescript-dev-typescript": "~0.7.5",
24+
"nativescript-dev-typescript": "~0.7.0",
2525
"nativescript-dev-webpack": "~0.18.0",
2626
"tns-platform-declarations": "^5.0.0",
27-
"tslint": "~5.11.0",
28-
"typescript": "~3.1.1"
27+
"tslint": "~5.11.0"
2928
},
3029
"scripts": {
3130
"ci.tslint": "npm i && tslint --config '../tslint.json' 'app/**/*.ts' --exclude '**/node_modules/**'",

src/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"typings": "index.d.ts",
77
"nativescript": {
88
"platforms": {
9-
"android": "3.0.0",
10-
"ios": "3.0.0"
9+
"android": "4.0.0",
10+
"ios": "4.0.0"
1111
}
1212
},
1313
"scripts": {
@@ -40,9 +40,9 @@
4040
"homepage": "https://github.com/NativeScript/nativescript-geolocation",
4141
"readmeFilename": "README.md",
4242
"devDependencies": {
43-
"tns-core-modules": "^5.0.2",
43+
"tns-core-modules": "^5.0.0",
4444
"tns-platform-declarations": "^5.0.0",
45-
"typescript": "~3.1.1",
45+
"typescript": "~3.1.6",
4646
"prompt": "~1.0.0",
4747
"rimraf": "~2.6.2",
4848
"tslint": "~5.11.0"

0 commit comments

Comments
 (0)