From dfc91d4b94fcd06b842c548fbfb3489ec2b4ad03 Mon Sep 17 00:00:00 2001 From: xconverge Date: Sun, 23 Apr 2017 21:04:29 -0700 Subject: [PATCH] update clipboardy library with windows utf-8 fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b5b46b80354..f765faa8784 100644 --- a/package.json +++ b/package.json @@ -448,7 +448,7 @@ "postinstall": "node ./node_modules/vscode/bin/install && gulp init" }, "dependencies": { - "clipboardy": "^1.1.0", + "clipboardy": "^1.1.1", "diff-match-patch": "^1.0.0", "lodash": "^4.12.0", "typescript": "^2.2.1"