@markbattistella/docsify-sidebarfooter 5.0.7 → 2026.5.9

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.
Files changed (1) hide show
  1. package/package.json +51 -51
package/package.json CHANGED
@@ -1,53 +1,53 @@
1
1
  {
2
- "name": "@markbattistella/docsify-sidebarfooter",
3
- "version": "5.0.7",
4
- "description": "Add a footer notice for Docsify.js",
5
- "main": "./dist/docsify-sidebar.min.js",
6
- "repository": {
7
- "type": "git",
8
- "url": "git+https://github.com/markbattistella/docsify-sidebar-footer.git"
9
- },
10
- "scripts": {
11
- "launch": "docsify serve ./docs -o",
12
- "update": "ncu -u && npm update && npm install",
13
- "babel": "npx babel ./docs/dist/docsify-sidebar.js -o ./docs/dist/docsify-sidebar.babel.js",
14
- "uglify": "uglifyjs ./docs/dist/docsify-sidebar.babel.js --verbose -c -m -o ./docs/dist/docsify-sidebar.min.js",
15
- "minify": "npm run babel && npm run uglify",
16
- "patch": "node ./.github/scripts/release.js -patch",
17
- "minor": "node ./.github/scripts/release.js -minor",
18
- "major": "node ./.github/scripts/release.js -major"
19
- },
20
- "devDependencies": {
21
- "@babel/cli": "^7.21.5",
22
- "@babel/core": "^7.21.8",
23
- "@babel/preset-env": "^7.21.5",
24
- "docsify-cli": "^4.4.4",
25
- "jsonfile": "^6.1.0"
26
- },
27
- "babel": {
28
- "presets": [
29
- "@babel/env"
30
- ]
31
- },
32
- "unpkg": "./dist/docsify-sidebar.min.js",
33
- "jsdelivr": "./dist/docsify-sidebar.min.js",
34
- "keywords": [
35
- "footer",
36
- "copyright",
37
- "privacy policy",
38
- "terms of service",
39
- "terms and conditions",
40
- "terms",
41
- "policy",
42
- "cookie",
43
- "cookie policy",
44
- "docsify",
45
- "docsify plugin"
46
- ],
47
- "author": "Mark Battistella",
48
- "license": "MIT",
49
- "bugs": {
50
- "url": "https://github.com/markbattistella/docsify-sidebar-footer/issues"
51
- },
52
- "homepage": "https://footer.docsify.markbattistella.com"
2
+ "name": "@markbattistella/docsify-sidebarfooter",
3
+ "version": "2026.5.9",
4
+ "description": "Add a footer notice for Docsify.js",
5
+ "main": "./dist/docsify-sidebar.min.js",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/markbattistella/docsify-sidebar-footer.git"
9
+ },
10
+ "scripts": {
11
+ "launch": "docsify serve ./docs -o",
12
+ "update": "ncu -u && npm update && npm install",
13
+ "babel": "npx babel ./docs/dist/docsify-sidebar.js -o ./docs/dist/docsify-sidebar.babel.js",
14
+ "uglify": "uglifyjs ./docs/dist/docsify-sidebar.babel.js --verbose -c -m -o ./docs/dist/docsify-sidebar.min.js",
15
+ "minify": "npm run babel && npm run uglify",
16
+ "patch": "node ./.github/scripts/release.js -patch",
17
+ "minor": "node ./.github/scripts/release.js -minor",
18
+ "major": "node ./.github/scripts/release.js -major"
19
+ },
20
+ "devDependencies": {
21
+ "@babel/cli": "^7.21.5",
22
+ "@babel/core": "^7.21.8",
23
+ "@babel/preset-env": "^7.21.5",
24
+ "docsify-cli": "^4.4.4",
25
+ "jsonfile": "^6.1.0"
26
+ },
27
+ "babel": {
28
+ "presets": [
29
+ "@babel/env"
30
+ ]
31
+ },
32
+ "unpkg": "./dist/docsify-sidebar.min.js",
33
+ "jsdelivr": "./dist/docsify-sidebar.min.js",
34
+ "keywords": [
35
+ "footer",
36
+ "copyright",
37
+ "privacy policy",
38
+ "terms of service",
39
+ "terms and conditions",
40
+ "terms",
41
+ "policy",
42
+ "cookie",
43
+ "cookie policy",
44
+ "docsify",
45
+ "docsify plugin"
46
+ ],
47
+ "author": "Mark Battistella",
48
+ "license": "MIT",
49
+ "bugs": {
50
+ "url": "https://github.com/markbattistella/docsify-sidebar-footer/issues"
51
+ },
52
+ "homepage": "https://footer.docsify.markbattistella.com"
53
53
  }