This repository was archived by the owner on Aug 24, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 22 "lerna" : " 2.1.0" ,
33 "npmClient" : " yarn" ,
44 "useWorkspaces" : true ,
5- "version" : " 0.1.1 "
5+ "version" : " 0.1.2 "
66}
Original file line number Diff line number Diff line change 11{
22 "name" : " h2x-core" ,
33 "description" : " H2X compiler core." ,
4- "version" : " 0.1.1 " ,
4+ "version" : " 0.1.2 " ,
55 "repository" : " https://github.com/smooth-code/h2x/tree/master/packages/h2x-core" ,
66 "author" : " Bergé Greg <berge.greg@gmail.com>" ,
77 "license" : " MIT" ,
88 "homepage" : " https://github.com/smooth-code/h2x" ,
99 "main" : " lib/index.js" ,
1010 "dependencies" : {
11- "h2x-generate" : " ^0.1.1 " ,
11+ "h2x-generate" : " ^0.1.2 " ,
1212 "h2x-parse" : " ^0.1.0" ,
13- "h2x-traverse" : " ^0.1.1 "
13+ "h2x-traverse" : " ^0.1.2 "
1414 },
1515 "devDependencies" : {
1616 "h2x-types" : " ^0.1.0"
Original file line number Diff line number Diff line change 11{
22 "name" : " h2x-generate" ,
33 "description" : " Convert h2x AST into code." ,
4- "version" : " 0.1.1 " ,
4+ "version" : " 0.1.2 " ,
55 "repository" : " https://github.com/smooth-code/h2x/tree/master/packages/h2x-generate" ,
66 "author" : " Bergé Greg <berge.greg@gmail.com>" ,
77 "license" : " MIT" ,
88 "homepage" : " https://github.com/smooth-code/h2x" ,
99 "main" : " lib/index.js" ,
1010 "dependencies" : {
11- "h2x-traverse" : " ^0.1.1 "
11+ "h2x-traverse" : " ^0.1.2 "
1212 },
1313 "devDependencies" : {
1414 "h2x-parse" : " ^0.1.0"
Original file line number Diff line number Diff line change 11{
22 "name" : " h2x-plugin-jsx" ,
33 "description" : " Transform HTML into JSX." ,
4- "version" : " 0.1.1 " ,
4+ "version" : " 0.1.2 " ,
55 "repository" : " https://github.com/smooth-code/h2x/tree/master/packages/h2x-plugin-jsx" ,
66 "author" : " Bergé Greg <berge.greg@gmail.com>" ,
77 "license" : " MIT" ,
1111 "h2x-types" : " ^0.1.0"
1212 },
1313 "devDependencies" : {
14- "h2x-core" : " ^0.1.1 "
14+ "h2x-core" : " ^0.1.2 "
1515 }
1616}
Original file line number Diff line number Diff line change 11{
22 "name" : " h2x-traverse" ,
33 "description" : " Traverse and modify h2x AST." ,
4- "version" : " 0.1.1 " ,
4+ "version" : " 0.1.2 " ,
55 "repository" : " https://github.com/smooth-code/h2x/tree/master/packages/h2x-traverse" ,
66 "author" : " Bergé Greg <berge.greg@gmail.com>" ,
77 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments