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

Commit ef69eb0

Browse files
committed
1.0.1
1 parent 8e39a68 commit ef69eb0

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

bower.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
{
22
"name": "push.js",
3-
"version": "1.0.0",
43
"description": "A compact, cross-browser solution for the Javascript Notifications API",
5-
"main": "bin/push.min.js",
4+
"main": "bin/push.js",
65
"authors": [
76
"Tyler Nickerson"
87
],
9-
"modules": [
10-
"global",
11-
"amd"
12-
],
138
"license": "MIT",
14-
"homepage": "https://github.com/Nickersoft/push.js",
9+
"homepage": "https://pushjs.org",
1510
"ignore": [
1611
"**/.*",
1712
"coverage",

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.0",
3+
"version": "1.0.1",
44
"description": "A compact, cross-browser solution for the Javascript Notifications API",
55
"main": "bin/push.min.js",
66
"scripts": {

0 commit comments

Comments
 (0)