carousel-component
Advanced tools
Comparing version 1.0.1 to 2.0.0
{ | ||
"name": "carousel-component", | ||
"version": "1.0.1", | ||
"version": "2.0.0", | ||
"description": "A vuejs and reactjs carousel component.", | ||
@@ -38,3 +38,3 @@ "main": "index.js", | ||
"clean-css-cli": "4.1.6", | ||
"clean-release": "1.0.3", | ||
"clean-release": "1.3.1", | ||
"file2variable-cli": "1.4.0", | ||
@@ -41,0 +41,0 @@ "github-fork-ribbon-css": "0.2.1", |
@@ -23,3 +23,3 @@ [![Dependency Status](https://david-dm.org/plantain-00/carousel-component.svg)](https://david-dm.org/plantain-00/carousel-component) | ||
```html | ||
<link rel="stylesheet" href="./node_modules/carousel-component/dist/carousel.min.css" /> | ||
<link rel="stylesheet" href="./node_modules/carousel-component/carousel.min.css" /> | ||
``` | ||
@@ -32,3 +32,3 @@ | ||
```ts | ||
import "carousel-component/dist/vue"; | ||
import "carousel-component/vue"; | ||
``` | ||
@@ -51,3 +51,3 @@ | ||
```ts | ||
import { Carousel } from "carousel-component/dist/react"; | ||
import { Carousel } from "carousel-component/react"; | ||
``` | ||
@@ -86,1 +86,11 @@ | ||
``` | ||
#### change logs | ||
```ts | ||
// v2 | ||
import "carousel-component/vue"; | ||
// v1 | ||
import "carousel-component/dist/vue"; | ||
``` |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
21784
93