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

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickersoft committed Jul 9, 2017
1 parent 8e39a68 commit ef69eb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
{
"name": "push.js",
"version": "1.0.0",
"description": "A compact, cross-browser solution for the Javascript Notifications API",
"main": "bin/push.min.js",
"main": "bin/push.js",
"authors": [
"Tyler Nickerson"
],
"modules": [
"global",
"amd"
],
"license": "MIT",
"homepage": "https://github.com/Nickersoft/push.js",
"homepage": "https://pushjs.org",
"ignore": [
"**/.*",
"coverage",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "push.js",
"version": "1.0.0",
"version": "1.0.1",
"description": "A compact, cross-browser solution for the Javascript Notifications API",
"main": "bin/push.min.js",
"scripts": {
Expand Down

0 comments on commit ef69eb0

Please sign in to comment.