From 43527dc56d2d524ec9a6ab79c37477d173d88525 Mon Sep 17 00:00:00 2001 From: Vincent FRANCOLIN Date: Tue, 3 Apr 2018 14:45:14 +0200 Subject: [PATCH 1/2] add package.json --- package.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..c461d35 --- /dev/null +++ b/package.json @@ -0,0 +1,26 @@ +{ + "name": "bootstrap-notify", + "version": "0.2.0", + "description": "Bootstrap alert system made better.", + "main": "js/bootstrap-notify.js", + "directories": { + "example": "examples" + }, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/Vince-F/bootstrap-notify.git" + }, + "keywords": [ + "bootstrap", + "alert" + ], + "author": "Nijiko Yonskai, Lalit Kapoor", + "license": "Apache License, Version 2.0", + "bugs": { + "url": "https://github.com/Vince-F/bootstrap-notify/issues" + }, + "homepage": "https://github.com/Vince-F/bootstrap-notify#readme" +} From f95e207de97cb0b4635eb6d01235e62a7c77afa6 Mon Sep 17 00:00:00 2001 From: Vincent FRANCOLIN Date: Tue, 3 Apr 2018 14:51:36 +0200 Subject: [PATCH 2/2] add style in package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index c461d35..6afdd02 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "0.2.0", "description": "Bootstrap alert system made better.", "main": "js/bootstrap-notify.js", + "style":"css/bootstrap-notify.css", "directories": { "example": "examples" },