Skip to content
This repository was archived by the owner on Sep 11, 2018. It is now read-only.

Commit f7123ce

Browse files
author
=
committed
Change version and description of the project
1 parent ca4a5b9 commit f7123ce

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# VueJs Carousel
22

3-
Clean and neat carousel based on VueJs
4-
3+
Complete photo carousel build with VueJS and web standards in mind
54

65
## How to install
76
- Either download or clone this repository

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-carousel",
3-
"description": "Light and neat photo gallery based on VueJs",
4-
"version": "1.0.0",
3+
"description": "Complete photo carousel build with VueJS and web standards in mind",
4+
"version": "0.1.0",
55
"author": "ludo237",
66
"private": false,
77
"license": "MIT",
@@ -16,7 +16,7 @@
1616
"main": "src/carousel.js",
1717
"scripts": {
1818
"dev": "webpack-dev-server --open --inline --hot",
19-
"build": "webpack --progress --hide-modules"
19+
"build": "webpack --progress"
2020
},
2121
"repository": {
2222
"type": "git",

0 commit comments

Comments
 (0)