Skip to content

Commit

Permalink
chore: remove field in package.json. (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 31, 2022
1 parent bd07b28 commit f507065
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build-deploy:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down Expand Up @@ -86,6 +86,12 @@ jobs:
${{ steps.changelog.outputs.changelog }}
- name: package.json info
uses: jaywcjlove/github-action-package@main
with:
path: ./core/package.json
unset: scripts,jest,devDependencies

- name: 📦 @uiw/react-md-editor publish to NPM
uses: JS-DevTools/npm-publish@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@babel/runtime": "^7.14.6",
"@uiw/react-markdown-preview": "^4.1.4",
"@uiw/react-markdown-preview": "^4.1.5",
"rehype": "~12.0.1"
},
"keywords": [
Expand Down

1 comment on commit f507065

@vercel
Copy link

@vercel vercel bot commented on f507065 Oct 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.