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

Commit

Permalink
Prepare 1.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AsaAyers committed Nov 19, 2016
1 parent 6f61923 commit cf99693
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@
"name": "linter-coffeelint",
"main": "./lib/init",
"private": true,
"version": "1.2.0",
"version": "1.2.1",
"description": "Lint CoffeeScript on the fly, using coffeelint",
"repository": "https://github.com/AtomLinter/linter-coffeelint.git",
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"activationHooks": ["language-coffee-script:grammar-used"],
"activationHooks": [
"language-coffee-script:grammar-used"
],
"package-deps": [
"linter"
],
Expand Down

0 comments on commit cf99693

Please sign in to comment.