From fbcd3d2df3384ca3c1984dc8d863139fcae52741 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0smail=20Demirbilek?= Date: Fri, 2 Dec 2016 16:00:06 +0300 Subject: [PATCH] new version with npm support --- index.js | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 index.js diff --git a/index.js b/index.js new file mode 100644 index 0000000..89c59df --- /dev/null +++ b/index.js @@ -0,0 +1,2 @@ +// webpack support +require('./bootstrap.vertical-tabs.css'); diff --git a/package.json b/package.json index 37e2804..f648162 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bootstrap-vertical-tabs", "homepage": "https://dbtek.github.io/bootstrap-vertical-tabs", - "version": "1.2.1", + "version": "1.2.2", "license": "MIT", "author": { "name": "İsmail Demirbilek"