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

Commit d80c61a

Browse files
committed
Move browser compat definition to package.json
1 parent 59af309 commit d80c61a

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.babelrc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
"corejs": "2.x",
66
"forceAllTransforms": true,
77
"useBuiltIns": "entry",
8-
"targets": {
9-
"browsers": "> 0.25%, not dead"
10-
},
118
"exclude": ["transform-regenerator", "transform-async-to-generator"],
129
"debug": true,
1310
"loose": true

dist/macOSNotif.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/macOSNotif.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ <h2>
556556
<small>
557557
macOSNotifJS is a plugin created by <a href="https://mattcowley.co.uk/" target="_blank">Matt Cowley</a>.
558558
<br/>
559-
<br/><i>macOSNotifJS - v0.0.6 - 2019-06-06</i>
559+
<br/><i>macOSNotifJS - v0.0.6 - 2019-06-08</i>
560560
</small>
561561
</h2>
562562

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"description": "A simple Javascript plugin to create simulated macOS notifications on your website.",
55
"main": "src/macOSNotif.js",
66
"browser": "dist/macOSNotif.min.js",
7+
"browserslist": [
8+
"> 0.25%, not dead"
9+
],
710
"scripts": {
811
"build": "webpack",
912
"buildfonts": "node fonts.js"

0 commit comments

Comments
 (0)