Skip to content

Commit

Permalink
bump fix published
Browse files Browse the repository at this point in the history
  • Loading branch information
bradmartin committed Jun 14, 2017
1 parent 31c3ee8 commit 7ec0f23
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions 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 All @@ -22,4 +22,4 @@
"typescript": "^2.2.0",
"tns-platform-declarations": "^3.0.0"
}
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-checkbox",
"version": "2.1.5",
"version": "2.1.6",
"description": "NativeScript plugin for checkbox widget.",
"main": "checkbox",
"typings": "index.d.ts",
Expand Down Expand Up @@ -85,21 +85,21 @@
"@angular/http": "~4.0.3",
"@angular/platform-browser": "~4.0.3",
"@angular/router": "~4.0.3",
"grunt": "1.0.1",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-exec": "2.0.0",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-exec": "^2.0.0",
"husky": "^0.13.4",
"lint-staged": "^3.6.1",
"nativescript-angular": "~3.0.0",
"prettier": "^1.4.4",
"rxjs": "~5.0.1",
"tns-core-modules": "^3.0.0",
"tns-platform-declarations": "^3.0.0",
"typescript": "^2.2.0",
"typescript": "^2.3.4",
"zone.js": "~0.8.9"
},
"peerDependencies": {
"tns-core-modules": "^3.0.0"
}
}
}

0 comments on commit 7ec0f23

Please sign in to comment.