Skip to content

Commit

Permalink
General upgrades (#112)
Browse files Browse the repository at this point in the history
* Upgrading dependencies and updating README

* Removing OSX
  • Loading branch information
rizowski authored Apr 12, 2017
1 parent 0eb469f commit eefee51
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 11 deletions.
13 changes: 11 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
{
"plugins": ["add-module-exports"],
"plugins": [
"add-module-exports"
],
"presets": [
["env", { "targets": { "node": 4 } }]
[
"env",
{
"targets": {
"node": 4
}
}
]
]
}
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ node_js:
- "7"
os:
- linux
# - osx
# - windows
# - osx
# - windows
addons:
code_climate:
repo_token: 5eb0170c7d7906e985d916c3d0ac617b7ba26a6ed3049e60bf39045703a993c4
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Options:
-f, --format String Use a specific output format - default: simple-detail
-w, --watch Enable file watch
--changed Enables single file linting while watch is enabled
--clear Clear terminal when running lint
--esw-version Prints Eslint-Watch's Version
-c, --config path::String Use configuration from this file or shareable config
--no-eslintrc Disable use of configuration from .eslintrc
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,28 +51,28 @@
"bluebird": "^3.4.7",
"chalk": "^1.1.3",
"chokidar": "^1.4.3",
"debug": "^2.6.0",
"debug": "^2.6.3",
"keypress": "^0.2.1",
"lodash": "^4.17.4",
"optionator": "^0.8.2",
"source-map-support": "^0.4.8",
"source-map-support": "^0.4.14",
"text-table": "^0.2.0",
"unicons": "0.0.3"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.21.0",
"babel-eslint": "^6.1.2",
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-env": "^1.3.3",
"chai": "^3.5.0",
"eslint": "3",
"eslint-config-rizowski": "^1.0.2",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"mocha-sinon": "^1.1.6",
"mocha-sinon": "^2.0.0",
"proxyquire": "^1.7.10",
"sinon": "^1.17.7",
"sinon-chai": "^2.8.0"
"sinon-chai": "^2.9.0"
}
}

0 comments on commit eefee51

Please sign in to comment.