Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
griffin-stewie committed May 9, 2015
1 parent 4c276f9 commit 2214853
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.1.5 - update dependencies
* update dependencies

## 0.1.4 - fix toggling preview
* fix configuration target "asciidoc-preview" to "asciidoctor-preview" #1

Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "asciidoctor-preview",
"main": "./lib/asciidoctor-preview",
"version": "0.1.4",
"version": "0.1.5",
"description": "Show an HTML preview for the AsciiDoc content by Asciidoctor in the current editor",
"repository": "https://github.com/griffin-stewie/asciidoctor-preview",
"license": "MIT",
"engines": {
"atom": ">0.189.0"
},
"dependencies": {
"atom-space-pen-views": "^2.0.0",
"atom-space-pen-views": "^2.0.5",
"fs-plus": "^2.5.0",
"grim": "^1.0.0",
"grim": "^1.4.0",
"pathwatcher": "^4.4.0",
"temp": "^0.6.0",
"fs-extra": "^0.15.0",
"underscore-plus": "^1.0.0",
"temp": "^0.8.1",
"fs-extra": "^0.18.3",
"underscore-plus": "^1.6.6",
"wrench": "^1.5.8",
"mustache": "^1.1.0",
"mustache": "^2.0.0",
"cheerio": "^0.19.0"
}
}

0 comments on commit 2214853

Please sign in to comment.