Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Sep 29, 2017
1 parent 8fab881 commit 53a2660
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ demo/node_modules
demo/.vscode
node_modules
.vscode/
*.DS_Store
*.DS_Store
package-lock.json
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-cardview",
"version": "2.0.2",
"version": "2.0.3",
"description": "A NativeScript plugin for Material Design CardView component.",
"main": "cardview",
"typings": "index.d.ts",
Expand Down Expand Up @@ -86,14 +86,14 @@
"bugs": "https://github.com/bradmartin/nativescript-cardview/issues",
"homepage": "https://github.com/bradmartin/nativescript-cardview",
"peerDependencies": {
"tns-core-modules": "^3.0.0"
"tns-core-modules": "~3.2.0"
},
"devDependencies": {
"husky": "^0.13.4",
"lint-staged": "^3.6.1",
"prettier": "^1.4.4",
"tns-core-modules": "^3.0.0",
"tns-platform-declarations": "^3.0.0",
"typescript": "^2.2.0"
"tns-core-modules": "~3.2.0",
"tns-platform-declarations": "~3.2.0",
"typescript": "2.5.2"
}
}

0 comments on commit 53a2660

Please sign in to comment.