Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed May 1, 2019
1 parent a92055d commit 8f7e1f2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 107 deletions.
8 changes: 4 additions & 4 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"nativescript": {
"id": "org.nativescript.plugindemo.nfc",
"tns-ios": {
"version": "5.0.0"
"version": "5.3.1"
},
"tns-android": {
"version": "5.0.0"
"version": "5.3.1"
}
},
"dependencies": {
"nativescript-nfc": "file:../src",
"nativescript-theme-core": "~1.0.4",
"tns-core-modules": "~5.0.3"
"tns-core-modules": "~5.3.1"
},
"devDependencies": {
"babel-traverse": "6.26.0",
Expand All @@ -26,7 +26,7 @@
"nativescript-dev-typescript": "next",
"nativescript-dev-webpack": "next",
"nativescript-unit-test-runner": "^0.3.4",
"tns-platform-declarations": "~5.0.0",
"tns-platform-declarations": "~5.3.1",
"typescript": "~3.2.2"
}
}
98 changes: 0 additions & 98 deletions publish/package-lock.json

This file was deleted.

10 changes: 5 additions & 5 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-nfc",
"version": "3.0.1",
"version": "3.0.2",
"description": "NFC plugin for your NativeScript app",
"main": "nfc",
"typings": "index.d.ts",
Expand Down Expand Up @@ -63,10 +63,10 @@
"homepage": "https://github.com/EddyVerbruggen/nativescript-nfc",
"readmeFilename": "README.md",
"devDependencies": {
"nativescript-dev-typescript": "~0.7.0",
"tns-core-modules": "~5.0.0",
"tns-platform-declarations": "~5.0.0",
"typescript": "~2.7.0",
"nativescript-dev-typescript": "~0.9.0",
"tns-core-modules": "~5.3.1",
"tns-platform-declarations": "~5.3.1",
"typescript": "~2.9.0",
"rimraf": "^2.5.0",
"tslint": "^5.0.0"
},
Expand Down

0 comments on commit 8f7e1f2

Please sign in to comment.