From 4a23ce1ee623690975d1b86da87cc3936f11fc69 Mon Sep 17 00:00:00 2001 From: Arnav Gupta Date: Wed, 28 Jun 2017 14:58:05 +0530 Subject: [PATCH] alias for success and warning for people well versed with bootstrap these are more easily remembered. --- index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 0e88ace..5d792af 100644 --- a/index.js +++ b/index.js @@ -1,8 +1,10 @@ var ALERT_STYLES = { info:'info', tip:'success', + success:'success', danger:'danger', - working:'warning' + working:'warning', + warning:'warning, }; /**