This repository was archived by the owner on Nov 19, 2024. It is now read-only.
File tree 3 files changed +27
-4
lines changed
3 files changed +27
-4
lines changed Original file line number Diff line number Diff line change
1
+ # Empathy Vue Carousel Changelog
2
+
3
+ > ## 0.1.0
4
+ >
5
+ >
Original file line number Diff line number Diff line change 1
- # vue-carousel
1
+ # empathy- vue-carousel
2
2
3
3
## Project setup
4
4
```
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " vue-carousel" ,
2
+ "name" : " empathy- vue-carousel" ,
3
3
"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" ,
5
7
"scripts" : {
6
8
"serve" : " vue-cli-service serve" ,
7
9
"build" : " vue-cli-service build" ,
8
10
"lint" : " vue-cli-service lint" ,
9
11
"test:unit" : " vue-cli-service test:unit"
10
12
},
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" ,
11
23
"dependencies" : {
12
24
"core-js" : " ^2.6.5" ,
13
25
"vue" : " ^2.6.10" ,
33
45
"ts-jest" : " ^23.0.0" ,
34
46
"typescript" : " ^3.4.3" ,
35
47
"vue-template-compiler" : " ^2.6.10"
36
- }
48
+ },
49
+ "peerDependencies" : {
50
+ "vue" : " ^2.6.10"
51
+ },
52
+ "files" : [
53
+ " dist/**/*"
54
+ ]
37
55
}
You can’t perform that action at this time.
0 commit comments