mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
➖ Chore(deps-dev): remove minimist
This commit is contained in:
@@ -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]
|
||||
|
||||
Generated
+4311
-4312
File diff suppressed because it is too large
Load Diff
+2
-3
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user