|
2 | 2 | "name": "@aiou/dayjs-plugin-template",
|
3 | 3 | "version": "1.1.0",
|
4 | 4 | "description": "dayjs plugin template",
|
| 5 | + "packageManager": "[email protected]", |
5 | 6 | "keywords": [
|
6 | 7 | "dayjs",
|
7 | 8 | "dayjs-plugin",
|
|
10 | 11 | "aiou"
|
11 | 12 | ],
|
12 | 13 | "license": "MIT",
|
13 |
| - "homepage": "https://github.com/spring-catponents/dayjs-plugin-template#readme", |
| 14 | + "homepage": "https://github.com/neo-hack/dayjs-plugin-template#readme", |
14 | 15 | "repository": {
|
15 | 16 | "type": "git",
|
16 |
| - "url": "git+https://github.com/spring-catponents/dayjs-plugin-template.git", |
| 17 | + "url": "git+https://github.com/neo-hack/dayjs-plugin-template.git", |
17 | 18 | "directory": "packages/dayjs-plugin-template"
|
18 | 19 | },
|
19 | 20 | "bugs": {
|
20 |
| - "url": "https://github.com/spring-catponents/dayjs-plugin-template/issues", |
| 21 | + "url": "https://github.com/neo-hack/dayjs-plugin-template/issues", |
21 | 22 |
|
22 | 23 | },
|
23 | 24 | "author": {
|
|
37 | 38 | "update": "yarn update && yarn update --save-dev",
|
38 | 39 | "check": "yarn outdated && npm outdated --save-dev",
|
39 | 40 | "release": "yarn run build && np --no-cleanup --yolo --no-publish --any-branch",
|
40 |
| - "ci:publish": "pnpm run build && pnpx changeset publish", |
41 |
| - "ci:version": "pnpx changeset version", |
42 |
| - "ci:snapshot": "pnpx changeset version --snapshot beta", |
43 |
| - "ci:prerelease": "pnpm run build && pnpx changeset publish --tag beta", |
| 41 | + "ci:publish": "pnpm run build && pnpm changeset publish", |
| 42 | + "ci:version": "pnpm changeset version", |
| 43 | + "ci:snapshot": "pnpm changeset version --snapshot beta", |
| 44 | + "ci:prerelease": "pnpm run build && pnpm changeset publish --tag beta", |
44 | 45 | "lint:fix": "eslint . --fix",
|
45 | 46 | "prepare": "husky install"
|
46 | 47 | },
|
|
80 | 81 | "rollup": "2.53.2",
|
81 | 82 | "rollup-plugin-bundle-size": "^1.0.3",
|
82 | 83 | "rollup-plugin-exclude-dependencies-from-bundle": "^1.1.20",
|
83 |
| - "rollup-plugin-typescript2": "0.30.0", |
| 84 | + "rollup-plugin-typescript2": "0.31.0", |
84 | 85 | "ts-jest": "27.0.3",
|
85 | 86 | "ts-node": "10.1.0",
|
86 | 87 | "typescript": "^4.3.5"
|
|
89 | 90 | "commitizen": {
|
90 | 91 | "path": "cz-emoji"
|
91 | 92 | }
|
92 |
| - }, |
93 |
| - "gitHead": "d910fbb93885faf57a68b0caef84335c60358b8c" |
| 93 | + } |
94 | 94 | }
|
0 commit comments