Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blimmer committed May 15, 2016
1 parent 3e37bf0 commit 196db8c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-onbeforeunload",
"version": "0.3.0",
"version": "1.0.0",
"description": "An addon to conditionally prompt the user when transitioning between routes or closing the browser.",
"directories": {
"doc": "doc",
Expand All @@ -12,10 +12,16 @@
"test": "ember try:testall"
},
"repository": "https://github.com/jasonmit/ember-onbeforeunload",
"homepage": "https://github.com/jasonmit/ember-onbeforeunload",
"bugs": "https://github.com/jasonmit/ember-onbeforeunload/issues",
"engines": {
"node": ">= 0.10.0"
},
"author": "Jason Mitchell <jason.mitchell.w@gmail.com>",
"contributors": [{
"name": "Ben Limmer",
"email": "hello@benlimmer.com"
}],
"license": "MIT",
"devDependencies": {
"broccoli-asset-rev": "^2.4.2",
Expand Down

0 comments on commit 196db8c

Please sign in to comment.