This repository has been archived by the owner on Aug 24, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
45 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,5 @@ | |
"lerna": "2.1.0", | ||
"npmClient": "yarn", | ||
"useWorkspaces": true, | ||
"version": "1.1.0" | ||
"version": "1.1.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "h2x-core", | ||
"description": "H2X compiler core.", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"repository": "https://github.com/smooth-code/h2x/tree/master/packages/h2x-core", | ||
"author": "Bergé Greg <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -14,7 +14,7 @@ | |
}, | ||
"dependencies": { | ||
"h2x-generate": "^1.1.0", | ||
"h2x-parse": "^1.1.0", | ||
"h2x-parse": "^1.1.1", | ||
"h2x-traverse": "^1.1.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "h2x-parse", | ||
"description": "Convert HTML code into h2x AST.", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"repository": "https://github.com/smooth-code/h2x/tree/master/packages/h2x-parse", | ||
"author": "Bergé Greg <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "h2x-plugin-jsx", | ||
"description": "Transform HTML into JSX.", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"repository": "https://github.com/smooth-code/h2x/tree/master/packages/h2x-plugin-jsx", | ||
"author": "Bergé Greg <[email protected]>", | ||
"license": "MIT", | ||
|