File tree Expand file tree Collapse file tree 10 files changed +23
-23
lines changed
Expand file tree Collapse file tree 10 files changed +23
-23
lines changed Original file line number Diff line number Diff line change 33 "packages" : [
44 " packages/*"
55 ],
6- "version" : " 0.2.1 "
6+ "version" : " 0.2.2 "
77}
Original file line number Diff line number Diff line change 11{
22 "name" : " @starptech/hast-util-from-webparser" ,
3- "version" : " 0.2.0 " ,
3+ "version" : " 0.2.2 " ,
44 "description" : " " ,
55 "main" : " ./dist/index.js" ,
66 "scripts" : {
2121 "author" : " Dustin Deus <deusdustin@gmail.com> (http://www.starptech.de)" ,
2222 "license" : " MIT" ,
2323 "dependencies" : {
24- "@starptech/prettyhtml-hastscript" : " ^0.2.0 " ,
25- "@starptech/webparser" : " ^0.2.0 " ,
24+ "@starptech/prettyhtml-hastscript" : " ^0.2.2 " ,
25+ "@starptech/webparser" : " ^0.2.2 " ,
2626 "property-information" : " ^4.2.0"
2727 },
2828 "devDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @starptech/prettyhtml-formatter" ,
3- "version" : " 0.2.1 " ,
3+ "version" : " 0.2.2 " ,
44 "description" : " Html formatter" ,
55 "main" : " index.js" ,
66 "repository" : {
2828 },
2929 "homepage" : " https://github.com/StarpTech/prettyhtml#readme" ,
3030 "dependencies" : {
31- "@starptech/prettyhtml-hast-to-html" : " ^0.2.0 " ,
32- "@starptech/rehype-minify-whitespace" : " ^0.2.1 " ,
33- "@starptech/rehype-webparser" : " ^0.2.0 " ,
34- "@starptech/webparser" : " ^0.2.0 " ,
31+ "@starptech/prettyhtml-hast-to-html" : " ^0.2.2 " ,
32+ "@starptech/rehype-minify-whitespace" : " ^0.2.2 " ,
33+ "@starptech/rehype-webparser" : " ^0.2.2 " ,
34+ "@starptech/webparser" : " ^0.2.2 " ,
3535 "hast-util-is-element" : " ^1.0.1" ,
3636 "hast-util-to-string" : " ^1.0.1" ,
3737 "html-void-elements" : " ^1.0.3" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @starptech/prettyhtml-hast-to-html" ,
3- "version" : " 0.2.0 " ,
3+ "version" : " 0.2.2 " ,
44 "description" : " Hast to html converter" ,
55 "main" : " index.js" ,
66 "repository" : {
4141 "xtend" : " ^4.0.1"
4242 },
4343 "devDependencies" : {
44- "@starptech/prettyhtml-hastscript" : " ^0.2.0 " ,
44+ "@starptech/prettyhtml-hastscript" : " ^0.2.2 " ,
4545 "ava" : " ^0.25.0" ,
4646 "nyc" : " ^13.0.1" ,
4747 "unist-builder" : " ^1.0.3"
Original file line number Diff line number Diff line change 11{
22 "name" : " @starptech/prettyhtml-hastscript" ,
3- "version" : " 0.2.0 " ,
3+ "version" : " 0.2.2 " ,
44 "description" : " Hyperscript compatible DSL for creating virtual HAST trees" ,
55 "keywords" : [
66 " hast" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @starptech/prettyhtml-quick" ,
3- "version" : " 0.2.1 " ,
3+ "version" : " 0.2.2 " ,
44 "description" : " " ,
55 "main" : " ./bin/cli.js" ,
66 "scripts" : {
2222 "author" : " Dustin Deus <deusdustin@gmail.com> (http://www.starptech.de)" ,
2323 "license" : " MIT" ,
2424 "dependencies" : {
25- "@starptech/prettyhtml" : " ^0.2.1 " ,
25+ "@starptech/prettyhtml" : " ^0.2.2 " ,
2626 "chalk" : " ^2.4.1" ,
2727 "commander" : " ^2.18.0" ,
2828 "execa" : " ^1.0.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @starptech/prettyhtml" ,
3- "version" : " 0.2.1 " ,
3+ "version" : " 0.2.2 " ,
44 "description" : " Opinionated Web Component HTML formatter" ,
55 "main" : " index.js" ,
66 "repository" : {
2929 },
3030 "homepage" : " https://github.com/StarpTech/prettyhtml#readme" ,
3131 "dependencies" : {
32- "@starptech/prettyhtml-formatter" : " ^0.2.1 " ,
33- "@starptech/rehype-webparser" : " ^0.2.0 " ,
34- "@starptech/webparser" : " ^0.2.0 " ,
32+ "@starptech/prettyhtml-formatter" : " ^0.2.2 " ,
33+ "@starptech/rehype-webparser" : " ^0.2.2 " ,
34+ "@starptech/webparser" : " ^0.2.2 " ,
3535 "meow" : " ^5.0.0" ,
3636 "prettier" : " ^1.14.3" ,
3737 "rehype-sort-attribute-values" : " ^1.0.1" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @starptech/rehype-minify-whitespace" ,
3- "version" : " 0.2.1 " ,
3+ "version" : " 0.2.2 " ,
44 "description" : " " ,
55 "main" : " index.js" ,
66 "keywords" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " @starptech/rehype-webparser" ,
3- "version" : " 0.2.0 " ,
3+ "version" : " 0.2.2 " ,
44 "description" : " " ,
55 "main" : " ./dist/index.js" ,
66 "scripts" : {
2424 "author" : " Dustin Deus <deusdustin@gmail.com> (http://www.starptech.de)" ,
2525 "license" : " MIT" ,
2626 "dependencies" : {
27- "@starptech/hast-util-from-webparser" : " ^0.2.0 " ,
28- "@starptech/webparser" : " ^0.2.0 "
27+ "@starptech/hast-util-from-webparser" : " ^0.2.2 " ,
28+ "@starptech/webparser" : " ^0.2.2 "
2929 },
3030 "devDependencies" : {
3131 "jest" : " ^23.6.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @starptech/webparser" ,
3- "version" : " 0.2.0 " ,
3+ "version" : " 0.2.2 " ,
44 "description" : " Optimized html parser for HTML5 Web Components." ,
55 "main" : " ./dist/public_api.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments