Skip to content

Commit

Permalink
fix npm build
Browse files Browse the repository at this point in the history
  • Loading branch information
gmrchk committed Oct 9, 2021
1 parent 965617f commit 0ce12b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "blobity",
"version": "0.1.1",
"description": "Fun blob cursor for any website",
"main": "index.js",
"main": "/lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build:cleanup": "rm -rf lib && rm -rf dist && rm -rf site/public/blobity.js",
Expand Down

0 comments on commit 0ce12b6

Please sign in to comment.