Skip to content

Commit

Permalink
chore: move core -> packages/core
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 22, 2024
1 parent ccfb7c1 commit 91d6b27
Show file tree
Hide file tree
Showing 55 changed files with 8 additions and 176 deletions.
2 changes: 1 addition & 1 deletion README.md
2 changes: 1 addition & 1 deletion examples/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"build": "idoc"
},
"devDependencies": {
"idoc": "^1.33.2"
"idoc": "1.33.2"
}
}
168 changes: 0 additions & 168 deletions examples/document/README.md

This file was deleted.

1 change: 1 addition & 0 deletions examples/document/README.md
2 changes: 1 addition & 1 deletion examples/document/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"node": ">=16.0.0"
},
"devDependencies": {
"idoc": "^1.33.2"
"idoc": "1.33.2"
}
}
4 changes: 2 additions & 2 deletions examples/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "template",
"name": "theme",
"version": "0.0.1",
"description": "template document.",
"license": "MIT",
Expand All @@ -8,6 +8,6 @@
"build": "idoc"
},
"devDependencies": {
"idoc": "^1.33.2"
"idoc": "1.33.2"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "1.33.2",
"packages": ["examples/**", "core"]
"packages": ["examples/*", "packages/*"]
}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,10 @@
"node": ">=16.0.0"
},
"workspaces": [
"core",
"packages/*",
"examples/**"
],
"devDependencies": {
"idoc": "^1.33.2",
"lerna": "^8.1.8",
"husky": "^9.0.11",
"lint-staged": "^15.0.0",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 91d6b27

Please sign in to comment.