Skip to content

Commit 2270715

Browse files
chor:Add missing semicolon
1 parent c062243 commit 2270715

File tree

1 file changed

+60
-60
lines changed

1 file changed

+60
-60
lines changed

Diff for: sdkAngular/package.json

+60-60
Original file line numberDiff line numberDiff line change
@@ -15,66 +15,66 @@
1515
},
1616
"tns-android": {
1717
"version": "3.4.0"
18-
},
19-
"dependencies": {
20-
"@angular/common": "~5.0.0",
21-
"@angular/compiler": "~5.0.0",
22-
"@angular/core": "~5.0.0",
23-
"@angular/forms": "~5.0.0",
24-
"@angular/http": "~5.0.0",
25-
"@angular/platform-browser": "~5.0.0",
26-
"@angular/platform-browser-dynamic": "~5.0.0",
27-
"@angular/router": "~5.0.0",
28-
"nativescript-angular": "5.0.0",
29-
"nativescript-fresco": "^3.0.2",
30-
"nativescript-intl": "^3.0.0",
31-
"nativescript-pro-ui": "3.3.0",
32-
"nativescript-unit-test-runner": "^0.3.2",
33-
"rxjs": "^5.5.2",
34-
"tns-core-modules": "3.4.0",
35-
"zone.js": "~0.8.2"
36-
},
37-
"devDependencies": {
38-
"@angular/compiler-cli": "~5.0.0",
39-
"@ngtools/webpack": "~1.8.2",
40-
"babel-traverse": "6.24.1",
41-
"babel-types": "6.24.1",
42-
"babylon": "6.17.0",
43-
"chai": "^3.5.0",
44-
"codelyzer": "^3.0.0",
45-
"copy-webpack-plugin": "~4.0.1",
46-
"css-loader": "~0.28.7",
47-
"extract-text-webpack-plugin": "~3.0.0",
48-
"filewalker": "0.1.3",
49-
"karma": "^1.6.0",
50-
"karma-chai": "^0.1.0",
51-
"karma-mocha": "^1.3.0",
52-
"karma-nativescript-launcher": "^0.4.0",
53-
"lazy": "1.0.11",
54-
"mocha": "^3.3.0",
55-
"nativescript-css-loader": "~0.26.0",
56-
"nativescript-dev-typescript": "0.5.1",
57-
"nativescript-dev-webpack": "0.9.0",
58-
"nativescript-worker-loader": "~0.8.1",
59-
"raw-loader": "~0.5.1",
60-
"resolve-url-loader": "~2.1.0",
61-
"tns-platform-declarations": "3.4.0",
62-
"tslib": "1.7.1",
63-
"tslint": "^5.1.0",
64-
"typescript": "~2.4.2",
65-
"webpack": "~3.8.1",
66-
"webpack-bundle-analyzer": "^2.8.2",
67-
"webpack-sources": "~1.0.1"
68-
},
69-
"scripts": {
70-
"tslint": "tslint --project tsconfig.json --config tslint.json",
71-
"ns-bundle": "ns-bundle",
72-
"start-android-bundle": "npm run ns-bundle --android --run-app",
73-
"start-ios-bundle": "npm run ns-bundle --ios --run-app",
74-
"build-android-bundle": "npm run ns-bundle --android --build-app",
75-
"build-ios-bundle": "npm run ns-bundle --ios --build-app",
76-
"publish-ios-bundle": "npm run ns-bundle --ios --publish-app",
77-
"generate-android-snapshot": "generate-android-snapshot --targetArchs arm,arm64,ia32 --install"
7818
}
19+
},
20+
"dependencies": {
21+
"@angular/common": "~5.0.0",
22+
"@angular/compiler": "~5.0.0",
23+
"@angular/core": "~5.0.0",
24+
"@angular/forms": "~5.0.0",
25+
"@angular/http": "~5.0.0",
26+
"@angular/platform-browser": "~5.0.0",
27+
"@angular/platform-browser-dynamic": "~5.0.0",
28+
"@angular/router": "~5.0.0",
29+
"nativescript-angular": "5.0.0",
30+
"nativescript-fresco": "^3.0.2",
31+
"nativescript-intl": "^3.0.0",
32+
"nativescript-pro-ui": "3.3.0",
33+
"nativescript-unit-test-runner": "^0.3.2",
34+
"rxjs": "^5.5.2",
35+
"tns-core-modules": "3.4.0",
36+
"zone.js": "~0.8.2"
37+
},
38+
"devDependencies": {
39+
"@angular/compiler-cli": "~5.0.0",
40+
"@ngtools/webpack": "~1.8.2",
41+
"babel-traverse": "6.24.1",
42+
"babel-types": "6.24.1",
43+
"babylon": "6.17.0",
44+
"chai": "^3.5.0",
45+
"codelyzer": "^3.0.0",
46+
"copy-webpack-plugin": "~4.0.1",
47+
"css-loader": "~0.28.7",
48+
"extract-text-webpack-plugin": "~3.0.0",
49+
"filewalker": "0.1.3",
50+
"karma": "^1.6.0",
51+
"karma-chai": "^0.1.0",
52+
"karma-mocha": "^1.3.0",
53+
"karma-nativescript-launcher": "^0.4.0",
54+
"lazy": "1.0.11",
55+
"mocha": "^3.3.0",
56+
"nativescript-css-loader": "~0.26.0",
57+
"nativescript-dev-typescript": "0.5.1",
58+
"nativescript-dev-webpack": "0.9.0",
59+
"nativescript-worker-loader": "~0.8.1",
60+
"raw-loader": "~0.5.1",
61+
"resolve-url-loader": "~2.1.0",
62+
"tns-platform-declarations": "3.4.0",
63+
"tslib": "1.7.1",
64+
"tslint": "^5.1.0",
65+
"typescript": "~2.4.2",
66+
"webpack": "~3.8.1",
67+
"webpack-bundle-analyzer": "^2.8.2",
68+
"webpack-sources": "~1.0.1"
69+
},
70+
"scripts": {
71+
"tslint": "tslint --project tsconfig.json --config tslint.json",
72+
"ns-bundle": "ns-bundle",
73+
"start-android-bundle": "npm run ns-bundle --android --run-app",
74+
"start-ios-bundle": "npm run ns-bundle --ios --run-app",
75+
"build-android-bundle": "npm run ns-bundle --android --build-app",
76+
"build-ios-bundle": "npm run ns-bundle --ios --build-app",
77+
"publish-ios-bundle": "npm run ns-bundle --ios --publish-app",
78+
"generate-android-snapshot": "generate-android-snapshot --targetArchs arm,arm64,ia32 --install"
7979
}
8080
}

0 commit comments

Comments
 (0)