Skip to content

Commit

Permalink
fix: link the package files correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Belco90 committed Aug 9, 2023
1 parent 69501e1 commit 4458c48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 162 deletions.
1 change: 0 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"pkgRoot": "dist",
"branches": [
"+([0-9])?(.{+([0-9]),x}).x",
"main",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"type": "module",
"scripts": {
"build": "tsup",
"postbuild": "cpy README.md ./dist && cpy package.json ./dist && cpy LICENSE ./dist && echo \"meta files copied\"",
"start": "pnpm build --watch",
"prepare": "is-ci || husky install",
"test": "jest",
Expand All @@ -29,7 +28,6 @@
"@types/lodash.deburr": "^4.1.6",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"cpy-cli": "^5.0.0",
"eslint": "^8.46.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.0",
Expand All @@ -50,7 +48,9 @@
"packageManager": "[email protected]",
"license": "MIT",
"files": [
"dist"
"dist",
"README.md",
"LICENSE"
],
"module": "./dist/index.js",
"typings": "./dist/index.d.ts",
Expand Down
158 changes: 0 additions & 158 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4458c48

Please sign in to comment.