embla-carousel
Advanced tools
Comparing version 0.0.8 to 0.0.9
{ | ||
"name": "embla-carousel", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"author": "David Cetinkaya", | ||
@@ -29,7 +29,7 @@ "private": false, | ||
"test": "jest --config jestconfig.json", | ||
"start": "npm-run-all --parallel docs:watch-css lib:watch-js", | ||
"lib:watch-js": "webpack-dev-server --config ./webpack/webpack.config.development", | ||
"start": "npm-run-all --parallel docs:watch lib:watch", | ||
"lib:watch": "webpack-dev-server --config ./webpack/webpack.config.development", | ||
"lib:build": "webpack -p --config ./webpack/webpack.config.production", | ||
"docs:autoprefixer": "postcss -u autoprefixer -r docs/assets/style.css --nomap", | ||
"docs:watch-css": "node-sass --watch --recursive docs/scss/style.scss -o docs/assets/", | ||
"docs:watch": "node-sass --watch --recursive docs/scss/style.scss -o docs/assets/", | ||
"docs:build-css": "node-sass --output-style compressed docs/scss/style.scss -o docs/assets/", | ||
@@ -36,0 +36,0 @@ "docs:build-js": "webpack -p --config ./webpack/webpack.config.docs", |
@@ -31,3 +31,3 @@ # Embla Carousel · ![GitHub](https://img.shields.io/github/license/davidcetinkaya/embla-carousel.svg?color=blue) ![npm](https://img.shields.io/npm/v/embla-carousel.svg) | ||
...or inject the minified script [here](https://raw.githubusercontent.com/davidcetinkaya/embla-carousel/master/docs/assets/index.js) into your website. | ||
...or inject the minified script [here](https://raw.githubusercontent.com/davidcetinkaya/embla-carousel/master/docs/index.js) into your website. | ||
@@ -34,0 +34,0 @@ ```html |
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
62100