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
14 changed files
with
108 additions
and
14 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.0.0" | ||
"version": "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-core", | ||
"description": "H2X compiler core.", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"repository": "https://github.com/smooth-code/h2x/tree/master/packages/h2x-core", | ||
"author": "Bergé Greg <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -13,8 +13,8 @@ | |
"prepublishOnly": "yarn run build" | ||
}, | ||
"dependencies": { | ||
"h2x-generate": "^1.0.0", | ||
"h2x-parse": "^1.0.0", | ||
"h2x-traverse": "^1.0.0" | ||
"h2x-generate": "^1.1.0", | ||
"h2x-parse": "^1.1.0", | ||
"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-generate", | ||
"description": "Convert h2x AST into code.", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"repository": "https://github.com/smooth-code/h2x/tree/master/packages/h2x-generate", | ||
"author": "Bergé Greg <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -13,6 +13,6 @@ | |
"prepublishOnly": "yarn run build" | ||
}, | ||
"dependencies": { | ||
"h2x-traverse": "^1.0.0" | ||
"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.0.0", | ||
"version": "1.1.0", | ||
"repository": "https://github.com/smooth-code/h2x/tree/master/packages/h2x-parse", | ||
"author": "Bergé Greg <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -13,7 +13,7 @@ | |
"prepublishOnly": "yarn run build" | ||
}, | ||
"dependencies": { | ||
"h2x-types": "^1.0.0", | ||
"h2x-types": "^1.1.0", | ||
"jsdom": "^12.0.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-plugin-jsx", | ||
"description": "Transform HTML into JSX.", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"repository": "https://github.com/smooth-code/h2x/tree/master/packages/h2x-plugin-jsx", | ||
"author": "Bergé Greg <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -13,6 +13,6 @@ | |
"prepublishOnly": "yarn run build" | ||
}, | ||
"dependencies": { | ||
"h2x-types": "^1.0.0" | ||
"h2x-types": "^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-traverse", | ||
"description": "Traverse and modify h2x AST.", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"repository": "https://github.com/smooth-code/h2x/tree/master/packages/h2x-traverse", | ||
"author": "Bergé Greg <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -13,6 +13,6 @@ | |
"prepublishOnly": "yarn run build" | ||
}, | ||
"dependencies": { | ||
"h2x-types": "^1.0.0" | ||
"h2x-types": "^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-types", | ||
"description": "Check types of h2x AST nodes.", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"repository": "https://github.com/smooth-code/h2x/tree/master/packages/h2x-types", | ||
"author": "Bergé Greg <[email protected]>", | ||
"license": "MIT", | ||
|