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

Commit

Permalink
Use a fixed version for linter plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
as-cii committed Apr 25, 2016
1 parent 7a0a676 commit a34cb8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.5.2",
"es6-promise": "^3.0.2",
"eslint-config-standard": "^5.1.0",
"eslint-plugin-standard": "^1.3.1",
"eslint-config-standard": "5.1.0",
"eslint-plugin-standard": "1.3.1",
"eslint-plugin-promise": "^1.0.8",
"coffee-cache": "^0.2.0",
"coffee-script": "^1.10.0",
Expand Down

0 comments on commit a34cb8d

Please sign in to comment.