Skip to content

Commit c133b81

Browse files
committed
chore: package repo
1 parent f9783cc commit c133b81

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

apps/nativescript-demo-ng/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@nativescript/ios": "8.0.0",
2828
"@nativescript/types": "8.0.0",
2929
"@nativescript/unit-test-runner": "^2.0.5",
30-
"@nativescript/webpack": "dev",
30+
"@nativescript/webpack": "beta",
3131
"@ngtools/webpack": "~12.0.0",
3232
"@types/jasmine": "^3.7.2",
3333
"@types/sinon": "^10.0.2",

packages/angular/package.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22
"name": "@nativescript/angular",
33
"version": "12.0.0",
44
"homepage": "https://nativescript.org/",
5-
"bugs": "https://github.com/NativeScript/angular/issues",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/NativeScript/angular.git"
8+
},
9+
"bugs": {
10+
"url": "https://github.com/NativeScript/angular/issues"
11+
},
612
"author": "NativeScript TSC",
713
"license": "Apache-2.0",
814
"keywords": [

0 commit comments

Comments
 (0)