Skip to content
This repository was archived by the owner on Jul 8, 2024. It is now read-only.

Commit 0b487db

Browse files
committed
1.0.4
1 parent b1b8cd3 commit 0b487db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "push.js",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "A compact, cross-browser solution for the Javascript Notifications API",
55
"main": "bin/push.min.js",
66
"scripts": {

tests/push.tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ var
1010
TEST_TAG = 'foo',
1111
TEST_TAG_2 = 'bar',
1212
TEST_ICON = 'icon',
13-
TEST_SW_DEFAULT = "./serviceWorker.min.js",
13+
TEST_SW_DEFAULT = "/serviceWorker.min.js",
1414

1515
NOOP = function () {
1616
return null;

0 commit comments

Comments
 (0)