Skip to content
This repository was archived by the owner on Apr 23, 2020. It is now read-only.

Commit

Permalink
Update to include recent version of JSDOM.
Browse files Browse the repository at this point in the history
  • Loading branch information
alansouzati committed May 3, 2015
1 parent b4d9dcf commit 622c04e
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,6 +1,6 @@
{
"name": "html-jsx-loader",
"version": "0.1.10",
"version": "0.1.11",
"repository": "https://github.com/HewlettPackard/html-jsx-loader.git",
"authors": [
"Alan Souza",
Expand All @@ -10,7 +10,7 @@
"description": "html loader module to convert HTML to JSX for webpack",
"dependencies": {
"loader-utils": "^0.2.6",
"htmltojsx": "^0.2.1",
"htmltojsx": "https://github.com/alansouzati/react-magic.git",
"jsdom": "~4.4.0"
},
"devDependencies": {
Expand Down

0 comments on commit 622c04e

Please sign in to comment.