From cc8a3f6c2f5083ab0e06850071f8a2c5f18f7835 Mon Sep 17 00:00:00 2001 From: Alessandro Chitolina Date: Thu, 26 May 2016 16:11:55 +0200 Subject: [PATCH] bump version to 1.0.0 --- README.md | 3 +++ package.json | 14 ++++++-------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 585849ae..9c610a86 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index 09798791..f7d32514 100644 --- a/package.json +++ b/package.json @@ -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 ", + "contributors": [ + "Alessandro Chitolina " + ], "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"