Skip to content

Commit 84b2bc2

Browse files
committed
🎉🚀 version 1.0.0
1 parent dc486c2 commit 84b2bc2

9 files changed

+17
-20
lines changed

.npmignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ yarn-error.log
1212
.browserslistrc
1313
.idea
1414
.vscode
15-
node_modules/
1615
dist/demo.html
1716
dist/bit
1817
src/

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ You may install Vue Concise Carousel globally:
3535
``` js
3636
import Vue from 'vue';
3737
import VueConciseCarousel from '@jambonn/vue-concise-carousel';
38-
import '@jambonn/vue-concise-carousel/dist/vue-slick-carousel.css'
38+
import '@jambonn/vue-concise-carousel/dist/vue-concise-carousel.css'
3939

4040
Vue.component('carousel', VueConciseCarousel.Carousel);
4141
Vue.component('slide', VueConciseCarousel.Slide);
@@ -48,7 +48,7 @@ Include the carousel directly into your component using import:
4848

4949
``` js
5050
import { Carousel, Slide } from '@jambonn/vue-concise-carousel';
51-
import '@jambonn/vue-concise-carousel/dist/vue-slick-carousel.css'
51+
import '@jambonn/vue-concise-carousel/dist/vue-concise-carousel.css'
5252

5353
export default {
5454
...

dist/vue-concise-carousel.common.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vue-concise-carousel.common.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vue-concise-carousel.umd.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vue-concise-carousel.umd.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vue-concise-carousel.umd.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jambonn/vue-concise-carousel",
3-
"version": "0.1.6",
3+
"version": "1.0.0",
44
"description": "Vue Concise Carousel is SSR and CSR friendly",
55
"keywords": [
66
"vue",
@@ -32,10 +32,7 @@
3232
"lint:prettier": "prettier --write --loglevel warn"
3333
},
3434
"main": "dist/vue-concise-carousel.umd.js",
35-
"dependencies": {
36-
"core-js": "^3.6.5",
37-
"vue": "^2.6.11"
38-
},
35+
"dependencies": {},
3936
"devDependencies": {
4037
"@vue/cli-plugin-babel": "~4.5.0",
4138
"@vue/cli-plugin-eslint": "~4.5.0",
@@ -48,6 +45,7 @@
4845
"gh-pages": "^3.1.0",
4946
"npm-run-all": "^4.1.5",
5047
"prettier": "^2.1.2",
48+
"vue": "^2.6.12",
5149
"vue-template-compiler": "^2.6.11"
5250
},
5351
"browserslist": [

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8316,7 +8316,7 @@ vue-template-es2015-compiler@^1.9.0:
83168316
resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz#1ee3bc9a16ecbf5118be334bb15f9c46f82f5825"
83178317
integrity sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==
83188318

8319-
vue@^2.6.11:
8319+
vue@^2.6.12:
83208320
version "2.6.12"
83218321
resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.12.tgz#f5ebd4fa6bd2869403e29a896aed4904456c9123"
83228322
integrity sha512-uhmLFETqPPNyuLLbsKz6ioJ4q7AZHzD8ZVFNATNyICSZouqP2Sz0rotWQC8UNBF6VGSCs5abnKJoStA6JbCbfg==

0 commit comments

Comments
 (0)