vue-awesome-notifications
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "vue-awesome-notifications", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Vue.js version of Awesome Notifications JavaScript library", | ||
"main": "index.js", | ||
"scripts": { | ||
"build": | ||
"rimraf dist/* && cross-env NODE_ENV=production webpack --progress --hide-modules && cpx node_modules/awesome-notifications/src/styles/**/*.scss dist/styles && cpx node_modules/awesome-notifications/dist/style.css dist/styles" | ||
"build": "rimraf dist/* && cross-env NODE_ENV=production webpack --progress --hide-modules && cpx node_modules/awesome-notifications/src/styles/**/*.scss dist/styles && cpx node_modules/awesome-notifications/dist/style.css dist/styles" | ||
}, | ||
@@ -14,3 +13,10 @@ "repository": { | ||
}, | ||
"keywords": ["vue", "notifications", "toast", "confirm", "modal", "dialogs"], | ||
"keywords": [ | ||
"vue", | ||
"notifications", | ||
"toast", | ||
"confirm", | ||
"modal", | ||
"dialogs" | ||
], | ||
"author": "David Yunevich", | ||
@@ -23,3 +29,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"awesome-notifications": "^1.0.4" | ||
"awesome-notifications": "^1.0.5" | ||
}, | ||
@@ -26,0 +32,0 @@ "devDependencies": { |
@@ -6,3 +6,3 @@ # Vue Awesome Notifications | ||
**Demo**: https://f3oall.github.io/awesome-notifications/ | ||
![Demo gif](docs/demo.gif) | ||
![Demo gif](demo.gif) | ||
@@ -39,5 +39,5 @@ ## Install | ||
```html | ||
<styles lang="scss"> | ||
<style lang="scss"> | ||
@import '~vue-awesome-notifications/dist/styles/style.scss'; | ||
</styles> | ||
</style> | ||
``` | ||
@@ -48,5 +48,5 @@ | ||
```html | ||
<styles lang="css"> | ||
<style lang="css"> | ||
@import 'vue-awesome-notifications/dist/styles/style.css'; | ||
</styles> | ||
</style> | ||
``` | ||
@@ -67,2 +67,3 @@ | ||
**Styles** | ||
If you use SCSS, you can configure styles by redefining variables. List of available variables can be found in [Awesome Notifications repo](https://github.com/f3oall/awesome-notifications/blob/master/src/styles/variables.scss) | ||
@@ -69,0 +70,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1140441
72
Updatedawesome-notifications@^1.0.5