Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

Commit

Permalink
fix: update dependencies (#132)
Browse files Browse the repository at this point in the history
- BREAKING CHANGE: dropped support for Node 6 and 7
  • Loading branch information
cecilia-sanare authored Aug 28, 2019
1 parent 5807d8f commit 1a957d3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 12 deletions.
1 change: 1 addition & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ env:
globals:
Logging: true
parserOptions:
ecmaVersion: 2015
sourceType: module
rules:
indent:
Expand Down
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
sudo: false
language: node_js
node_js:
- 6
- 7
- 8
- 10
- 12
cache: npm
branches:
only:
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
[![Travis][travis-ci-image]][travis-ci-url]
[![Coveralls][coveralls-image]][coveralls-url]

[![Commitizen friendly][commitizen-image]][commitizen-url]
[![semantic-release][semantic-release-image]][semantic-release-url]
[![Greenkeeper badge][greenkeeper-image]][greenkeeper-url]

Expand Down
12 changes: 3 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,23 +30,17 @@
"devDependencies": {
"chai": "^4.2.0",
"coveralls": "^3.0.2",
"cz-conventional-changelog": "^2.0.0",
"eslint": "^5.13.0",
"eslint": "^6.0.0",
"eslint-config-google": "^0.13.0",
"eslint-plugin-mocha": "^5.3.0",
"husky": "^2.0.0",
"eslint-plugin-mocha": "^6.0.0",
"husky": "^3.0.0",
"mocha": "^6.0.0",
"nps": "^5.9.3",
"nyc": "^14.0.0",
"remove-lockfiles": "^2.1.3",
"semantic-release": "^15.13.3",
"sinon": "^7.2.3"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"husky": {
"hooks": {
"pre-commit": "remove-lockfiles"
Expand Down

0 comments on commit 1a957d3

Please sign in to comment.