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

Commit 7eec44e

Browse files
committed
Rm main from package.json, update files list
1 parent 9a9fcf8 commit 7eec44e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"name": "macosnotif",
33
"version": "0.1.0-beta2",
44
"description": "A simple Javascript plugin to create simulated macOS notifications on your website.",
5-
"main": "src/macOSNotif.js",
6-
"filename": "dist/macOSNotif.min.js",
75
"browser": "dist/macOSNotif.min.js",
86
"style": "dist/macOSNotif.min.css",
97
"files": [
10-
"dist/macOSNotif.min.js",
11-
"dist/macOSNotif.min.css",
12-
"dist/fonts/*"
8+
"index.html",
9+
"LICENSE",
10+
"package.json",
11+
"README.md",
12+
"dist/**/*"
1313
],
1414
"repository": {
1515
"type": "git",

0 commit comments

Comments
 (0)