@vivliostyle/print 2.31.2 → 2.32.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/index.cjs.js +12 -10
- package/dist/index.cjs.js.map +3 -3
- package/dist/index.es6.js +11 -9
- package/dist/index.es6.js.map +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -79,7 +79,7 @@ one of the functions of Vivliostyle that does not allow the sharing of complex d
|
|
|
79
79
|
structures between surrounding code and Vivliostyle, which is the most important
|
|
80
80
|
requirements to follow when using VIvliostyle in combination with a non-open source
|
|
81
81
|
project. For more information cocnerning the license, read
|
|
82
|
-
[this](https://vivliostyle.org/faq/#
|
|
82
|
+
[this](https://vivliostyle.org/faq/#vivliostyle-license-faq).
|
|
83
83
|
|
|
84
84
|
Please report any bugs and open pull requests on the
|
|
85
85
|
[Vivliostyle main repo](https://github.com/vivliostyle/vivliostyle.js).
|