1
mirror of https://github.com/valentineus/iii-client.git synced 2025-12-21 14:13:22 +04:00

2 Commits

Author SHA1 Message Date
dependabot[bot]
9d0a0bd2e6 Bump eslint from 3.19.0 to 7.6.0
Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 7.6.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v3.19.0...v7.6.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-03 15:03:36 +00:00
Valentin Popov
fc6a7cd985 Add OSX for testing 2017-11-08 05:46:35 +04:00
2 changed files with 2 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ node_js:
os: os:
- linux - linux
- osx
services: services:
- docker - docker

View File

@@ -29,7 +29,7 @@
"babel-preset-es2015": "^6.24.1", "babel-preset-es2015": "^6.24.1",
"babel-preset-es2015-rollup": "^3.0.0", "babel-preset-es2015-rollup": "^3.0.0",
"chai": "^4.1.2", "chai": "^4.1.2",
"eslint": "^3.19.0", "eslint": "^7.6.0",
"mocha": "^3.5.3", "mocha": "^3.5.3",
"rollup": "^0.50.0", "rollup": "^0.50.0",
"rollup-plugin-babel": "^3.0.2", "rollup-plugin-babel": "^3.0.2",