Skip to content

Commit

Permalink
fix(js-plugins): 🐛 fix copy plugin build
Browse files Browse the repository at this point in the history
  • Loading branch information
Maidang1 committed Sep 25, 2024
1 parent e9d5b8d commit c3bb5d0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions js-plugins/copy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @farmfe/js-plugin-copy

## 0.0.2

### Patch Changes

- fix copy plugin build

## 0.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions js-plugins/copy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/js-plugin-copy",
"version": "0.0.1",
"version": "0.0.2",
"description": "",
"main": "./build/cjs/index.cjs",
"types": "./build/esm/index.d.ts",
Expand Down Expand Up @@ -43,7 +43,7 @@
"cross-env": "^7.0.3"
},
"files": [
"dist"
"build"
],
"dependencies": {
"@types/fs-extra": "^11.0.4",
Expand Down

0 comments on commit c3bb5d0

Please sign in to comment.