-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Pedro Sampaio
committed
Mar 21, 2015
1 parent
922d179
commit 394ff38
Showing
2 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"name": "ngSweetAlert", | ||
"version": "1.0.4", | ||
"version": "1.1.0", | ||
"main": "./SweetAlert.js", | ||
"authors": [ | ||
"[email protected]", | ||
"author": "[email protected]", | ||
"contributors": [ | ||
"[email protected]" | ||
], | ||
"description": "AngularJS wrapper for SweetAlert", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "angular-sweetalert", | ||
"version": "1.0.4", | ||
"version": "1.1.0", | ||
"description": "AngularJS wrapper for SweetAlert", | ||
"main": "SweetAlert.js", | ||
"scripts": { | ||
|
@@ -17,7 +17,10 @@ | |
"sweet", | ||
"alert" | ||
], | ||
"author": "[email protected], [email protected]", | ||
"author": "[email protected]", | ||
"contributors": [ | ||
"[email protected]" | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/oitozero/ngSweetAlert/issues" | ||
|