Skip to content

Commit

Permalink
docs: add project keywords and description
Browse files Browse the repository at this point in the history
  • Loading branch information
mingtianyihou33 committed Nov 20, 2024
1 parent 6c61e9b commit 8b6a517
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- main

jobs:
test-build:
test-build-publish:
runs-on: ubuntu-latest

steps:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "vite-plugin-replace-lodash",
"version": "1.0.2",
"description": "",
"keywords": [],
"version": "1.0.3",
"description": "Replacing the import of lodash with lodash-es is more beneficial to tree-shaking",
"keywords": ["vite-plugin", "lodash"],
"author": "mingtianyihou33 <[email protected]>",
"repository": {
"url": "git+https://github.com/mingtianyihou33/vite-plugin-replace-lodash.git"
Expand Down

0 comments on commit 8b6a517

Please sign in to comment.