Skip to content

Commit

Permalink
feat: migrate @1stg/remark-config to @1stg/remark-preset (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin authored Aug 14, 2022
1 parent 6f6022a commit 88168c6
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 17 deletions.
8 changes: 8 additions & 0 deletions .changeset/silent-birds-grow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@1stg/app-config": major
"@1stg/common-config": major
"@1stg/lib-config": major
"@1stg/remark-preset": major
---

feat: migrate `@1stg/remark-config` to `@1stg/remark-preset`
2 changes: 1 addition & 1 deletion .remarkrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"plugins": [
"@1stg/remark-config"
"@1stg/preset"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@1stg/markuplint-config": "workspace:*",
"@1stg/postcss-config": "workspace:*",
"@1stg/prettier-config": "workspace:*",
"@1stg/remark-config": "workspace:*",
"@1stg/remark-preset": "workspace:*",
"@1stg/simple-git-hooks": "workspace:*",
"@1stg/stylelint-config": "workspace:*",
"@1stg/tsconfig": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/common-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@1stg/lint-staged": "^3.3.1",
"@1stg/markuplint-config": "^2.2.0",
"@1stg/prettier-config": "^3.8.0",
"@1stg/remark-config": "^4.0.3",
"@1stg/remark-preset": "^0.0.0",
"@1stg/simple-git-hooks": "^0.2.1",
"@1stg/tsconfig": "^2.3.0",
"@babel/core": "^7.18.10",
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @1stg/remark-config
# @1stg/remark-preset

Personal but Shareable Remark Configuration for all 1stG.me projects
Personal but Shareable Remark Preset for all 1stG.me projects

## Sponsors

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@1stg/remark-config",
"version": "4.0.3",
"name": "@1stg/remark-preset",
"version": "0.0.0",
"type": "module",
"description": "Personal but Shareable Remark Configuration for all 1stG.me projects",
"description": "Personal but Shareable Remark Preset for all 1stG.me projects",
"repository": "git+https://github.com/1stG/configs.git",
"author": "JounQin (https://www.1stG.me) <[email protected]>",
"donate": {
Expand Down Expand Up @@ -42,7 +42,6 @@
"node": "^12.20.0 || ^14.18.0 || >=16.0.0"
},
"main": "index.js",
"module": "index.js",
"dependencies": {
"remark-frontmatter": "^4.0.1",
"remark-gfm": "^3.0.1",
Expand Down
15 changes: 7 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 88168c6

Please sign in to comment.