Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Prepare 5.2.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcanemagus committed Dec 4, 2015
1 parent dcbc283 commit e06645d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "linter-eslint",
"main": "./lib/main",
"activationCommands": [],
"version": "5.2.4",
"version": "5.2.5",
"description": "Lint JavaScript on the fly, using ESLint",
"repository": "https://github.com/AtomLinter/linter-eslint.git",
"license": "MIT",
Expand Down Expand Up @@ -44,7 +44,10 @@
"no-empty": 0,
"no-console": 0,
"no-new": 0,
"semi": [2, "never"]
"semi": [
2,
"never"
]
},
"parser": "babel-eslint",
"globals": {
Expand Down

0 comments on commit e06645d

Please sign in to comment.