Skip to content

Commit

Permalink
Fix for CI build failure.
Browse files Browse the repository at this point in the history
I think this may fix the build failures connected to VSCodeVim#208
  • Loading branch information
edthedev committed Apr 26, 2016
1 parent 08aad3d commit 230d9a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@
"postinstall": "node ./node_modules/vscode/bin/install && gulp init"
},
"dependencies": {
"lodash": "^4.5.1"
"lodash": "^4.5.1",
"copy-paste",: "1.1.4"
},
"devDependencies": {
"gulp": "^3.9.1",
Expand Down

0 comments on commit 230d9a6

Please sign in to comment.