@phun-ky/speccer 9.0.9 → 9.0.10
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/package.json +2 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@phun-ky/speccer",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.10",
|
|
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",
|
|
@@ -98,6 +98,7 @@
|
|
|
98
98
|
"prettier-eslint": "^16.3.0",
|
|
99
99
|
"prettier-eslint-cli": "^8.0.1",
|
|
100
100
|
"putout": "^35.1.0",
|
|
101
|
+
"quibble": "^0.9.1",
|
|
101
102
|
"release-it": "^16.1.5",
|
|
102
103
|
"rollup": "^4.12.0",
|
|
103
104
|
"rollup-plugin-dts": "^6.1.0",
|
|
@@ -118,8 +119,5 @@
|
|
|
118
119
|
"commitizen": {
|
|
119
120
|
"path": "./node_modules/git-cz"
|
|
120
121
|
}
|
|
121
|
-
},
|
|
122
|
-
"dependencies": {
|
|
123
|
-
"quibble": "^0.9.1"
|
|
124
122
|
}
|
|
125
123
|
}
|