Skip to content
This repository has been archived by the owner on Oct 9, 2019. It is now read-only.

Commit

Permalink
Update dependencies fixes issue #19 #20
Browse files Browse the repository at this point in the history
Update pathwatcher to 3.0 to fix compile issue.
  • Loading branch information
oyarzun committed Feb 18, 2015
1 parent 14e7248 commit eaa2704
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "rst-preview",
"version": "1.2.0",
"version": "1.2.1",
"main": "./lib/rst-preview",
"description": "Open a rendered version of the ReStructuredText in the current editor with `ctrl-shift-r`.",
"repository": "https://github.com/lsegal/atom-rst-preview",
Expand All @@ -16,10 +16,10 @@
"cheerio": "0.15.0",
"fs-plus": "^2.0.0",
"grim": "^1.0.0",
"highlights": "0.15.0",
"pathwatcher": "^2.0",
"highlights": "^1.0.0",
"pathwatcher": "^3.0",
"roaster": "^1.1.2",
"temp": "^0.6.0",
"temp": "^0.8.1",
"underscore-plus": "^1.0.0",
"wrench": "^1.5.0"
}
Expand Down

0 comments on commit eaa2704

Please sign in to comment.