Skip to content

Commit

Permalink
fix: npm ref in demo
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Jun 14, 2017
1 parent 2490dbf commit 06f3769
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo-ng/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@angular/platform-browser": "~4.1.0",
"@angular/router": "~4.1.0",
"nativescript-angular": "~3.0.0",
"nativescript-checkbox": "file:///Users/nathan/Documents/github/bradmartin/nativescript-checkbox",
"nativescript-checkbox": "file:..",
"nativescript-theme-core": "~1.0.2",
"reflect-metadata": "~0.1.8",
"rxjs": "~5.3.0",
Expand Down
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
},
"dependencies": {
"nativescript-checkbox": "file:///Users/nathan/Documents/github/bradmartin/nativescript-checkbox",
"nativescript-checkbox": "file:..",
"tns-core-modules": "^3.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 06f3769

Please sign in to comment.