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

Commit 53a2660

Browse files
committed
updates
1 parent 8fab881 commit 53a2660

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ demo/node_modules
1111
demo/.vscode
1212
node_modules
1313
.vscode/
14-
*.DS_Store
14+
*.DS_Store
15+
package-lock.json

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-cardview",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "A NativeScript plugin for Material Design CardView component.",
55
"main": "cardview",
66
"typings": "index.d.ts",
@@ -86,14 +86,14 @@
8686
"bugs": "https://github.com/bradmartin/nativescript-cardview/issues",
8787
"homepage": "https://github.com/bradmartin/nativescript-cardview",
8888
"peerDependencies": {
89-
"tns-core-modules": "^3.0.0"
89+
"tns-core-modules": "~3.2.0"
9090
},
9191
"devDependencies": {
9292
"husky": "^0.13.4",
9393
"lint-staged": "^3.6.1",
9494
"prettier": "^1.4.4",
95-
"tns-core-modules": "^3.0.0",
96-
"tns-platform-declarations": "^3.0.0",
97-
"typescript": "^2.2.0"
95+
"tns-core-modules": "~3.2.0",
96+
"tns-platform-declarations": "~3.2.0",
97+
"typescript": "2.5.2"
9898
}
9999
}

0 commit comments

Comments
 (0)