Skip to content

Commit

Permalink
⬆️ bump deps and add codemirror
Browse files Browse the repository at this point in the history
  • Loading branch information
stevemao committed Aug 15, 2015
1 parent 9ba2229 commit a655e87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ function githubRelease() {
export let config = {
preset: {
type: 'string',
description: 'auto, angular, atom, ember, eslint, express, jquery, jscs or jshint.',
description: 'auto, angular, atom, ember, eslint, express, jquery, jscs jshint or codemirror.',
default: 'auto'
},
append: {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
},
"dependencies": {
"concat-stream": "^1.5.0",
"conventional-changelog": "^0.3.0",
"conventional-commits-detector": "^0.1.0",
"conventional-github-releaser": "^0.3.0",
"conventional-changelog": "^0.4.1",
"conventional-commits-detector": "^0.1.1",
"conventional-github-releaser": "^0.4.0",
"git-raw-commits": "^0.1.2",
"loophole": "git://github.com/stevemao/loophole.git",
"through2": "^2.0.0"
Expand Down

0 comments on commit a655e87

Please sign in to comment.