Skip to content

Commit 88168c6

Browse files
authored
feat: migrate @1stg/remark-config to @1stg/remark-preset (#155)
1 parent 6f6022a commit 88168c6

File tree

9 files changed

+23
-17
lines changed

9 files changed

+23
-17
lines changed

.changeset/silent-birds-grow.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"@1stg/app-config": major
3+
"@1stg/common-config": major
4+
"@1stg/lib-config": major
5+
"@1stg/remark-preset": major
6+
---
7+
8+
feat: migrate `@1stg/remark-config` to `@1stg/remark-preset`

.remarkrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"plugins": [
3-
"@1stg/remark-config"
3+
"@1stg/preset"
44
]
55
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@1stg/markuplint-config": "workspace:*",
3939
"@1stg/postcss-config": "workspace:*",
4040
"@1stg/prettier-config": "workspace:*",
41-
"@1stg/remark-config": "workspace:*",
41+
"@1stg/remark-preset": "workspace:*",
4242
"@1stg/simple-git-hooks": "workspace:*",
4343
"@1stg/stylelint-config": "workspace:*",
4444
"@1stg/tsconfig": "workspace:*",

packages/common-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@1stg/lint-staged": "^3.3.1",
4949
"@1stg/markuplint-config": "^2.2.0",
5050
"@1stg/prettier-config": "^3.8.0",
51-
"@1stg/remark-config": "^4.0.3",
51+
"@1stg/remark-preset": "^0.0.0",
5252
"@1stg/simple-git-hooks": "^0.2.1",
5353
"@1stg/tsconfig": "^2.3.0",
5454
"@babel/core": "^7.18.10",

packages/remark-config/README.md renamed to packages/remark-preset/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# @1stg/remark-config
1+
# @1stg/remark-preset
22

3-
Personal but Shareable Remark Configuration for all 1stG.me projects
3+
Personal but Shareable Remark Preset for all 1stG.me projects
44

55
## Sponsors
66

File renamed without changes.

packages/remark-config/package.json renamed to packages/remark-preset/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "@1stg/remark-config",
3-
"version": "4.0.3",
2+
"name": "@1stg/remark-preset",
3+
"version": "0.0.0",
44
"type": "module",
5-
"description": "Personal but Shareable Remark Configuration for all 1stG.me projects",
5+
"description": "Personal but Shareable Remark Preset for all 1stG.me projects",
66
"repository": "git+https://github.com/1stG/configs.git",
77
"author": "JounQin (https://www.1stG.me) <[email protected]>",
88
"donate": {
@@ -42,7 +42,6 @@
4242
"node": "^12.20.0 || ^14.18.0 || >=16.0.0"
4343
},
4444
"main": "index.js",
45-
"module": "index.js",
4645
"dependencies": {
4746
"remark-frontmatter": "^4.0.1",
4847
"remark-gfm": "^3.0.1",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)