Skip to content

Commit

Permalink
released v1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 21, 2022
1 parent a2017e4 commit 5d929e0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-remove-imports",
"version": "1.0.7",
"version": "1.0.8",
"description": "The default behavior is to remove all `.less`/`.css`/`.scss`/`.sass`/`.styl` imports from all packages in node_modules.",
"homepage": "https://uiwjs.github.io/next-remove-imports/",
"main": "./lib/index.js",
Expand Down
6 changes: 3 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "1.0.0",
"version": "1.0.8",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -11,11 +11,11 @@
"author": "jaywcjlove",
"license": "MIT",
"dependencies": {
"@uiw/react-md-editor": "^3.19.1",
"@uiw/react-markdown-preview": "^4.1.3",
"@uiw/react-md-editor": "^3.19.1",
"@wcj/dark-mode": "^1.0.15",
"next": "^12.3.1",
"next-remove-imports": "1.0.7",
"next-remove-imports": "^1.0.8",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
7 changes: 5 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"version": "3.19.1",
"packages": ["core", "example"],
"version": "1.0.8",
"packages": [
"core",
"example"
],
"useWorkspaces": true
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
},
"scripts": {
"postinstall": "lerna run build",
"version": "lerna version --no-changelog --no-git-tag-version --no-push --yes",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
Expand Down

0 comments on commit 5d929e0

Please sign in to comment.