Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit eb3d1cb

Browse files
Configured package.json, changelog and readme
1 parent a7e9eeb commit eb3d1cb

File tree

3 files changed

+27
-4
lines changed

3 files changed

+27
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Empathy Vue Carousel Changelog
2+
3+
> ## 0.1.0
4+
>
5+
>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# vue-carousel
1+
# empathy-vue-carousel
22

33
## Project setup
44
```

package.json

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,25 @@
11
{
2-
"name": "vue-carousel",
2+
"name": "empathy-vue-carousel",
33
"version": "0.1.0",
4-
"private": true,
4+
"description": "Vue component of an awesome configurable carousel",
5+
"main": "dist/index.js",
6+
"types": "dist/index.d.ts",
57
"scripts": {
68
"serve": "vue-cli-service serve",
79
"build": "vue-cli-service build",
810
"lint": "vue-cli-service lint",
911
"test:unit": "vue-cli-service test:unit"
1012
},
13+
"repository": {
14+
"type": "git",
15+
"url": "git+https://github.com/empathyco/vue-carousel"
16+
},
17+
"keywords": [
18+
"vue",
19+
"vue-component",
20+
"vue-carousel"
21+
],
22+
"homepage": "https://github.com/empathyco/vue-carousel#readme",
1123
"dependencies": {
1224
"core-js": "^2.6.5",
1325
"vue": "^2.6.10",
@@ -33,5 +45,11 @@
3345
"ts-jest": "^23.0.0",
3446
"typescript": "^3.4.3",
3547
"vue-template-compiler": "^2.6.10"
36-
}
48+
},
49+
"peerDependencies": {
50+
"vue": "^2.6.10"
51+
},
52+
"files": [
53+
"dist/**/*"
54+
]
3755
}

0 commit comments

Comments
 (0)