Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
tholman committed Feb 7, 2024
1 parent eea2e60 commit 14ec0ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cursor-effects",
"type": "module",
"description": "Old-school cursor effects for your browser built in modern JavaScript.",
"version": "1.0.13",
"version": "1.0.14",
"main": "./dist/cjs.cjs",
"module": "./dist/esm.js",
"types": "./types.d.ts",
Expand All @@ -14,10 +14,7 @@
"import": "./dist/esm.js"
}
},
"files": [
"dist",
"types.d.ts"
],
"files": ["dist", "types.d.ts"],
"publishConfig": {
"access": "public",
"directory": "dist"
Expand Down

0 comments on commit 14ec0ac

Please sign in to comment.