juisy 2.0.0-beta.18 → 2.0.0-beta.19
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/dist/cli/index.js
CHANGED
package/dist/index.js
CHANGED
package/dist/templater/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "juisy",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.19",
|
|
4
4
|
"description": "Make you JavaScript (and/or TypeScript) project juicy!",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -197,7 +197,6 @@
|
|
|
197
197
|
"remark-frontmatter": "^5.0.0",
|
|
198
198
|
"remark-toc": "^9.0.0",
|
|
199
199
|
"semver": "^7.7.1",
|
|
200
|
-
"simple-git-hooks": "^2.9.0",
|
|
201
200
|
"strip-ansi": "^7.1.0",
|
|
202
201
|
"ts-json-schema-generator": "^2.3.0",
|
|
203
202
|
"yaml": "^2.6.1",
|
|
@@ -206,12 +205,5 @@
|
|
|
206
205
|
},
|
|
207
206
|
"release-it": {
|
|
208
207
|
"git": false
|
|
209
|
-
},
|
|
210
|
-
"overrides": {
|
|
211
|
-
"simple-git-hooks": {
|
|
212
|
-
"scripts": {
|
|
213
|
-
"postinstall": ""
|
|
214
|
-
}
|
|
215
|
-
}
|
|
216
208
|
}
|
|
217
209
|
}
|