Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoon committed May 3, 2018
1 parent f79615b commit 2c67475
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ before_install:
sh -e /etc/init.d/xvfb start;
sleep 3;
fi

-
script:
- npm run forceprettier
- if [[ $(git diff-index HEAD --) ]]; then
Expand Down
2 changes: 0 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ function runPrettier(command, cb) {
})
.join(' ');

console.log(files);

if (!files) {
return cb();
}
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -597,12 +597,12 @@
"postinstall": "node ./node_modules/vscode/bin/install"
},
"dependencies": {
"clipboardy": "^1.2.2",
"diff-match-patch": "^1.0.0",
"lodash": "^4.17.5",
"neovim-client": "^2.1.0",
"promised-neovim-client": "^2.0.2",
"untildify": "^3.0.2"
"clipboardy": "1.2.2",
"diff-match-patch": "1.0.0",
"lodash": "4.17.5",
"neovim-client": "2.1.0",
"promised-neovim-client": "2.0.2",
"untildify": "3.0.2"
},
"devDependencies": {
"@types/copy-paste": "1.1.30",
Expand Down

0 comments on commit 2c67475

Please sign in to comment.