@phun-ky/speccer 9.5.5 → 9.5.6

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.
@@ -2,7 +2,7 @@
2
2
  * @phun-ky/speccer
3
3
  * A script to annotate, show spacing specs and to display typography information in documentation/website on HTML elements
4
4
  * @author Alexander Vassbotn Røyne-Helgesen <alexander@phun-ky.net>
5
- * @version 9.5.5
5
+ * @version 9.5.6
6
6
  * @license
7
7
  * Copyright (c) 2018 Alexander Vassbotn Røyne-Helgesen
8
8
  *
package/dist/speccer.js CHANGED
@@ -2,7 +2,7 @@
2
2
  * @phun-ky/speccer
3
3
  * A script to annotate, show spacing specs and to display typography information in documentation/website on HTML elements
4
4
  * @author Alexander Vassbotn Røyne-Helgesen <alexander@phun-ky.net>
5
- * @version 9.5.5
5
+ * @version 9.5.6
6
6
  * @license
7
7
  * Copyright (c) 2018 Alexander Vassbotn Røyne-Helgesen
8
8
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phun-ky/speccer",
3
- "version": "9.5.5",
3
+ "version": "9.5.6",
4
4
  "description": "A script to annotate, show spacing specs and to display typography information in documentation/website on HTML elements",
5
5
  "main": "dist/speccer.js",
6
6
  "module": "dist/speccer.esm.js",
@@ -105,6 +105,8 @@
105
105
  "putout": "^35.1.0",
106
106
  "quibble": "^0.9.1",
107
107
  "release-it": "^17.1.1",
108
+ "remark-github": "^12.0.0",
109
+ "remark-toc": "^9.0.0",
108
110
  "rollup": "^4.12.0",
109
111
  "rollup-plugin-dts": "^6.1.0",
110
112
  "rollup-plugin-typescript2": "^0.36.0",
@@ -117,8 +119,10 @@
117
119
  "typedoc-plugin-markdown": "^4.2.3",
118
120
  "typedoc-plugin-mdn-links": "^3.2.8",
119
121
  "typedoc-plugin-no-inherit": "^1.4.0",
122
+ "typedoc-plugin-remark": "^1.0.2",
120
123
  "typedoc-plugin-rename-defaults": "^0.7.1",
121
- "typescript": "^5.0.0"
124
+ "typescript": "^5.0.0",
125
+ "unified-prettier": "^2.0.1"
122
126
  },
123
127
  "config": {
124
128
  "commitizen": {