Skip to content

Commit

Permalink
chore: fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
martines3000 committed Jul 2, 2024
1 parent 63d2a26 commit 7c08b3a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions libs/rp-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,7 @@
"module": "./dist/index.js",
"source": "./src/index.ts",
"types": "./dist/index.d.ts",
"files": [
"dist/",
"README.md",
"CHANGELOG.md",
"package.json"
],
"files": ["dist/", "README.md", "CHANGELOG.md", "package.json"],
"scripts": {
"build": "pnpm clean && pnpm compile",
"clean": "rimraf dist",
Expand Down

0 comments on commit 7c08b3a

Please sign in to comment.