Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Flet committed Dec 5, 2016
1 parent 085b66c commit 4095b21
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
4 changes: 1 addition & 3 deletions options.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,5 @@ module.exports = {
eslint: require('eslint'),
eslintConfig: {
configFile: path.join(__dirname, 'eslintrc.json')
},
formatter: require('semistandard-format'),
formatterName: 'semistandard-format'
}
}
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,22 @@
"url": "https://github.com/Flet/semistandard/issues"
},
"dependencies": {
"eslint": "~3.7.1",
"eslint": "~3.11.1",
"eslint-config-semistandard": "7.0.0",
"eslint-config-standard": "6.2.0",
"eslint-config-standard": "6.2.1",
"eslint-config-standard-jsx": "3.2.0",
"eslint-plugin-promise": "~3.0.0",
"eslint-plugin-react": "~6.4.1",
"eslint-plugin-promise": "~3.4.0",
"eslint-plugin-react": "~6.8.0",
"eslint-plugin-standard": "~2.0.1",
"semistandard-format": "^3.0.0",
"standard-engine": "~5.1.0"
"standard-engine": "~5.3.0"
},
"devDependencies": {
"merge": "^1.2.0",
"mkdirp": "^0.5.1",
"rimraf": "^2.5.4",
"run-series": "^1.1.1",
"standard": "^8.0.0",
"tape": "^4.6.0",
"standard": "^8.6.0",
"tape": "^4.6.3",
"xtend": "^4.0.0"
},
"homepage": "https://github.com/Flet/semistandard",
Expand Down
1 change: 0 additions & 1 deletion test/clone.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ var SEMISTANDARD = path.join(__dirname, '..', 'bin', 'cmd.js')

// var URLs = require('./semistandard-repos.json')
var URLS = [
'https://github.com/Flet/acetate',
'https://github.com/Flet/cursorfun'
]

Expand Down

0 comments on commit 4095b21

Please sign in to comment.