Browse Source

1.1.3: updated name to

Signed-off-by: Jonathan <theflametrooper@gmail.com>
Jonathan 5 years ago
parent
commit
02c4100e89
2 changed files with 6 additions and 6 deletions
  1. 3 3
      README.md
  2. 3 3
      package.json

+ 3 - 3
README.md

@@ -1,6 +1,6 @@
-# vue-roaster
+# toasters
 
-> Material Design style Toast (Alert) for Vue
+> Toast alerts (initially developed for Vue.js with a material-design style)
 
 ## Installation
 
@@ -25,7 +25,7 @@
 </script>
 ```
 
-See [example](https://github.com/atjonathan/vue-roaster/tree/master/example) folder for more details.
+<!--See [example](https://github.com/atjonathan/vue-roaster/tree/master/example) folder for more details.-->
 
 ## Contributing
 

+ 3 - 3
package.json

@@ -1,6 +1,6 @@
 {
   "author": "Jonathan Graham <theflametrooper@gmail.com>",
-  "description": "Material Design style Toast (Alert) for Vue",
+  "description": "Toast alerts (initially developed for Vue.js with a material-design style)",
   "devDependencies": {
     "babel-core": "^6.0.0",
     "babel-loader": "^6.0.0",
@@ -24,10 +24,10 @@
   },
   "license": "MIT",
   "main": "dist/vue-roaster.js",
-  "name": "vue-roaster",
+  "name": "toasters",
   "scripts": {
     "build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
     "dev": "webpack-dev-server --inline --hot --content-base example/"
   },
-  "version": "1.1.2"
+  "version": "1.1.3"
 }