Skip to content

Commit

Permalink
Add module entry to package.json
Browse files Browse the repository at this point in the history
Closes #323
  • Loading branch information
simonwep committed May 10, 2024
1 parent a1c57c8 commit 9c0253a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,4 @@ typings/

# My psd files
/_psd
/dist
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"color-picker"
],
"main": "./dist/pickr.min.js",
"typings": "./types/pickr.d.ts",
"types": "./types/pickr.d.ts",
"module": "./dist/pickr.min.js",
"scripts": {
"build": "node ./scripts/build.js",
"dev": "webpack serve --mode development",
Expand Down

0 comments on commit 9c0253a

Please sign in to comment.