We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c12bffd commit 0519e00Copy full SHA for 0519e00
src/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nativescript-clipboard",
3
- "version": "2.1.0",
+ "version": "2.1.1",
4
"description": "A clipboard plugin for use in NativeScript apps. You can copy and paste text from and to the clipboard.",
5
"main": "clipboard",
6
"typings": "index.d.ts",
@@ -43,9 +43,9 @@
43
"license": "MIT",
44
"homepage": "https://github.com/EddyVerbruggen/nativescript-clipboard",
45
"devDependencies": {
46
- "@nativescript/core": "^7.0.0",
47
- "@nativescript/types": "^7.0.0",
48
- "typescript": "~3.9.7",
+ "@nativescript/core": "^8.0.0",
+ "@nativescript/types": "^8.0.0",
+ "typescript": "~4.0.7",
49
"prompt": "^1.0.0",
50
"rimraf": "^2.6.3",
51
"tslint": "^5.12.1",
0 commit comments