From fa62be7ada1250194216d55180c245bb75bd37ce Mon Sep 17 00:00:00 2001 From: sansil Date: Wed, 9 Sep 2020 15:51:11 -0300 Subject: [PATCH] update readme --- README.md | 25 +------------------------ package.json | 3 ++- 2 files changed, 3 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index b619a64..4e32d95 100644 --- a/README.md +++ b/README.md @@ -1,24 +1 @@ -# vnotifications - -## Project setup -``` -yarn install -``` - -### Compiles and hot-reloads for development -``` -yarn serve -``` - -### Compiles and minifies for production -``` -yarn build -``` - -### Lints and fixes files -``` -yarn lint -``` - -### Customize configuration -See [Configuration Reference](https://cli.vuejs.org/config/). +# vtnotifications diff --git a/package.json b/package.json index deb72d5..5609c33 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { - "name": "vnotifications", + "name": "vt-notifications", + "description": "A headless vue notification library to use with tailwind", "version": "0.1.0", "author": "sansil", "main": "src/index.js",