Skip to content

Commit

Permalink
Update devDependencies (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] authored and julkue committed Jun 26, 2018
1 parent 6bf7632 commit b8174b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@
"jasmine": true
},
"parserOptions": {
"ecmaVersion": 6,
"ecmaFeatures": {
"experimentalObjectRestSpread": true
},
"ecmaVersion": 2018,
"sourceType": "module"
},
"rules": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"url": "https://github.com/diacritics/node-diacritics-transliterator/issues"
},
"devDependencies": {
"eslint": "^4.17.0",
"eslint": "^5.0.0",
"mocha": "^5.0.0",
"nodemon": "^1.14.12",
"nyc": "^12.0.1"
Expand Down

0 comments on commit b8174b1

Please sign in to comment.