Skip to content
This repository was archived by the owner on Oct 5, 2022. It is now read-only.

Commit 59af309

Browse files
committed
Resolve package.json main/browser scripts
1 parent 3c5838c commit 59af309

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "macosnotif",
33
"version": "0.0.6",
44
"description": "A simple Javascript plugin to create simulated macOS notifications on your website.",
5-
"browser": "src/macOSNotif.js",
5+
"main": "src/macOSNotif.js",
6+
"browser": "dist/macOSNotif.min.js",
67
"scripts": {
78
"build": "webpack",
89
"buildfonts": "node fonts.js"

0 commit comments

Comments
 (0)