Skip to content
This repository was archived by the owner on Oct 31, 2025. It is now read-only.

Commit 7431c4a

Browse files
author
Sujaykumar Hublikar
committed
update scripts & dependencies
modify dependencies modify scripts add keywords
1 parent bb9ede3 commit 7431c4a

File tree

2 files changed

+23
-12
lines changed

2 files changed

+23
-12
lines changed

package-lock.json

Lines changed: 20 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
"description": "Docsify plugin custom page title",
55
"main": "src/plugin.js",
66
"scripts": {
7-
"all": "npm run dist ; npm run minify",
8-
"dist": "terser --comments all src/plugin.js -o dist/plugin.js",
97
"minify": "terser src/plugin.js -o dist/plugin.min.js",
108
"test": "echo \"Error: no test specified\" && exit 1"
119
},
@@ -16,6 +14,7 @@
1614
"keywords": [
1715
"docsify",
1816
"docsify-plugin",
17+
"docsify-plugin-title",
1918
"plugin",
2019
"custom-title"
2120
],
@@ -25,7 +24,7 @@
2524
"url": "https://github.com/Sujaykumarh/docsify-plugin-title/issues"
2625
},
2726
"homepage": "https://github.com/Sujaykumarh/docsify-plugin-title#readme",
28-
"dependencies": {
29-
"terser": "^5.7.0"
27+
"devDependencies": {
28+
"terser": "^5.7.1"
3029
}
3130
}

0 commit comments

Comments
 (0)