Chore(deps-dev): remove minimist

This commit is contained in:
Cell
2022-08-06 13:34:48 +08:00
parent 08c995a295
commit a4cae812a8
3 changed files with 4315 additions and 4315 deletions
+2
View File
@@ -6,6 +6,8 @@ All notable changes to this project will be documented in this file.
- :bug: Fix: add function doc2unix to unify new lines symbol between Windows and Unix/Mac OS
- :wrench: Chore: modify babel config and optimize theme.js compilation and loading
- :wrench: Chore(deps-dev):
- Remove minimist
- **Full Changelog:** @Lruihao [`v0.2.15...v0.2.16`](https://github.com/hugo-fixit/FixIt/compare/v0.2.15...v0.2.16)
## v0.2.15 [2022.8.4]
+4311 -4312
View File
File diff suppressed because it is too large Load Diff
+2 -3
View File
@@ -13,11 +13,9 @@
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"core-js": "^3.24.1",
"minimist": "^1.2.6",
"segmentit": "^2.0.3"
},
"scripts": {
"preinstall": "npx npm-force-resolutions",
"babel": "npx babel src/js/theme.js -o assets/js/theme.min.js -s",
"build": "npm run babel && hugo -v --source=docs --gc --minify",
"build:vercel": "npm run babel && hugo -v --source=docs --theme $PWD $BUILD_DRAFTS --gc --minify",
@@ -35,7 +33,8 @@
},
"keywords": [
"hugo",
"theme"
"theme",
"fixit"
],
"author": "Lruihao",
"license": "MIT",