Skip to content

Commit 06f3769

Browse files
committed
fix: npm ref in demo
1 parent 2490dbf commit 06f3769

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo-ng/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@angular/platform-browser": "~4.1.0",
2020
"@angular/router": "~4.1.0",
2121
"nativescript-angular": "~3.0.0",
22-
"nativescript-checkbox": "file:///Users/nathan/Documents/github/bradmartin/nativescript-checkbox",
22+
"nativescript-checkbox": "file:..",
2323
"nativescript-theme-core": "~1.0.2",
2424
"reflect-metadata": "~0.1.8",
2525
"rxjs": "~5.3.0",

demo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
},
1111
"dependencies": {
12-
"nativescript-checkbox": "file:///Users/nathan/Documents/github/bradmartin/nativescript-checkbox",
12+
"nativescript-checkbox": "file:..",
1313
"tns-core-modules": "^3.0.0"
1414
},
1515
"devDependencies": {

0 commit comments

Comments
 (0)