Skip to content

Commit

Permalink
Merge pull request #19 from jeneratejs/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
jakemmarsh committed Feb 16, 2016
2 parents 9954a90 + 7042851 commit 6b8df18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"node": true,
"es6": true
},
ecmaFeatures: {
modules: true
"parserOptions": {
"sourceType": "module"
},
"rules": {
"indent": [2, 2],
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
],
"dependencies": {
"async": "^1.5.2",
"yargs": "^3.30.0"
"yargs": "^4.1.0"
},
"preferGlobal": true,
"private": true,
Expand All @@ -48,7 +48,7 @@
"babel-preset-es2015": "^6.5.0",
"babel-register": "^6.5.2",
"chai": "^3.5.0",
"eslint": "^1.10.1",
"eslint": "^2.1.0",
"mocha": "^2.4.5"
}
}

0 comments on commit 6b8df18

Please sign in to comment.