|
1 | 1 | {
|
2 | 2 | "name": "jekyll-theme-chirpy",
|
3 |
| - "version": "7.0.0", |
| 3 | + "version": "7.0.1", |
4 | 4 | "description": "A minimal, responsive, and feature-rich Jekyll theme for technical writing.",
|
5 | 5 | "repository": {
|
6 | 6 | "type": "git",
|
7 | 7 | "url": "git+https://github.com/cotes2020/jekyll-theme-chirpy.git"
|
8 | 8 | },
|
9 | 9 | "author": "Cotes Chung",
|
10 | 10 | "license": "MIT",
|
| 11 | + "since": 2019, |
11 | 12 | "bugs": {
|
12 | 13 | "url": "https://github.com/cotes2020/jekyll-theme-chirpy/issues"
|
13 | 14 | },
|
|
19 | 20 | "watch:js": "rollup -c --bundleConfigAsCjs -w",
|
20 | 21 | "lint:scss": "stylelint _sass/**/*.scss",
|
21 | 22 | "lint:fix:scss": "npm run lint:scss -- --fix",
|
22 |
| - "test": "npm run lint:scss" |
| 23 | + "test": "npm run lint:scss", |
| 24 | + "prepare": "husky" |
23 | 25 | },
|
24 | 26 | "dependencies": {
|
25 | 27 | "@popperjs/core": "^2.11.8",
|
26 | 28 | "bootstrap": "^5.3.3"
|
27 | 29 | },
|
28 | 30 | "devDependencies": {
|
29 |
| - "@babel/core": "^7.24.5", |
30 |
| - "@babel/plugin-transform-class-properties": "^7.24.1", |
31 |
| - "@babel/preset-env": "^7.24.5", |
| 31 | + "@babel/core": "^7.24.6", |
| 32 | + "@babel/plugin-transform-class-properties": "^7.24.6", |
| 33 | + "@babel/preset-env": "^7.24.6", |
32 | 34 | "@commitlint/cli": "^19.3.0",
|
33 | 35 | "@commitlint/config-conventional": "^19.2.2",
|
34 | 36 | "@rollup/plugin-babel": "^6.0.4",
|
|
39 | 41 | "@semantic-release/exec": "^6.0.3",
|
40 | 42 | "@semantic-release/git": "^10.0.1",
|
41 | 43 | "concurrently": "^8.2.2",
|
42 |
| - "conventional-changelog-conventionalcommits": "^7.0.2", |
| 44 | + "conventional-changelog-conventionalcommits": "^8.0.0", |
43 | 45 | "husky": "^9.0.11",
|
44 | 46 | "purgecss": "^6.0.0",
|
45 |
| - "rollup": "^4.17.2", |
46 |
| - "rollup-plugin-license": "^3.3.1", |
47 |
| - "semantic-release": "^23.1.1", |
48 |
| - "stylelint": "^16.5.0", |
| 47 | + "rollup": "^4.18.0", |
| 48 | + "semantic-release": "^24.0.0", |
| 49 | + "stylelint": "^16.6.1", |
49 | 50 | "stylelint-config-standard-scss": "^13.1.0"
|
50 | 51 | },
|
51 | 52 | "prettier": {
|
|
156 | 157 | [
|
157 | 158 | "@semantic-release/exec",
|
158 | 159 | {
|
159 |
| - "prepareCmd": "bash tools/release --prepare", |
160 |
| - "publishCmd": "bash tools/release" |
| 160 | + "prepareCmd": "bash tools/release.sh --prepare", |
| 161 | + "publishCmd": "bash tools/release.sh" |
161 | 162 | }
|
162 | 163 | ],
|
163 | 164 | [
|
|
0 commit comments