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

Commit

Permalink
Update to Emacs-friendly jslint
Browse files Browse the repository at this point in the history
  • Loading branch information
bradwright committed Jul 31, 2013
1 parent 84e25e4 commit 6e2ff14
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
@@ -1,9 +1,9 @@
{
"private": true,
"name": "emacs",
"version" : "0.0.1",
"version" : "0.0.2",
"description": "Packaging just to install JS dependencies for my Emacs configuration.",
"dependencies": {
"jslint": "0.1.9"
"jslint": "git+https://github.com/reid/node-jslint.git#42139893afd87128d2b6f0144f1d08d9266db169"
}
}

0 comments on commit 6e2ff14

Please sign in to comment.