Skip to content

Commit

Permalink
bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alekitto committed May 26, 2016
1 parent d3df512 commit cc8a3f6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# SweetAlert for Bootstrap

[![npm version](https://badge.fury.io/js/bootstrap-sweetalert.svg)](https://badge.fury.io/js/bootstrap-sweetalert)
[![Bower version](https://badge.fury.io/bo/bootstrap-sweetalert.svg)](https://badge.fury.io/bo/bootstrap-sweetalert)

An awesome _replacement_ for JavaScript's `alert()` made for Bootstrap.


Expand Down
14 changes: 6 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
{
"name": "bootstrap-sweetalert",
"description": "A beautiful 'replacement' for JavaScript's alert",
"version": "0.4.2",
"main": "lib/sweet-alert.js",
"version": "1.0.0",
"main": "dist/sweetalert.js",
"homepage": "http://lipis.github.io/bootstrap-sweetalert/",
"author": "Panayiotis Lipiridis <[email protected]>",
"contributors": [
"Alessandro Chitolina <[email protected]>"
],
"scripts": {
"install": "grunt compile",
"pretest": "bower install",
"test": "grunt test"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com/lipis/bootstrap-sweetalert"
Expand Down

0 comments on commit cc8a3f6

Please sign in to comment.