diff options
author | Indrajith K L | 2017-12-19 19:10:01 +0530 |
---|---|---|
committer | Indrajith K L | 2017-12-19 19:10:01 +0530 |
commit | 9b608b89b16953c8d717ed8fde02ae396eea6094 (patch) | |
tree | a914badf600f8f95c4d25e8d8f4138290162bd8b /docs/index.html | |
parent | 90d191ce4b23106657712efe3e8830410b89225e (diff) | |
download | vanilla-yo-notification-9b608b89b16953c8d717ed8fde02ae396eea6094.tar.gz vanilla-yo-notification-9b608b89b16953c8d717ed8fde02ae396eea6094.tar.bz2 vanilla-yo-notification-9b608b89b16953c8d717ed8fde02ae396eea6094.zip |
* Webpack config changes
* Updated documentation with example
* removed unwanted dependencies from starter pack
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index 747731f..04a12c4 100644 --- a/docs/index.html +++ b/docs/index.html @@ -13,7 +13,7 @@ <script> window.$docsify = { name: 'vanilla-yo-notification', - repo: '' + repo: 'https://github.com/cooljith91112/vanilla-yo-notification' } </script> <script src="//unpkg.com/docsify/lib/docsify.min.js"></script> |