Skip to content

Commit 8ac038d

Browse files
authored
Merge pull request #38 from cloudinary/refactor-code
Remove unused code (uniq, union, extractOptions) Simplify code in utils Remove the use of State and Channel class, switch to use provide/inject. Fix unit test. Enable CldTransformation
2 parents 097af12 + 69d396c commit 8ac038d

84 files changed

Lines changed: 23823 additions & 10729 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = {
33
env: {
44
node: true
55
},
6-
extends: ["plugin:vue/essential", "@vue/prettier"],
6+
extends: ["plugin:vue/essential"],
77
rules: {
88
"no-console": process.env.NODE_ENV === "production" ? "error" : "off",
99
"no-debugger": process.env.NODE_ENV === "production" ? "error" : "off"

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
.DS_Store
22
node_modules
3+
/dist
4+
/docs/build
35

46
/tests/e2e/videos/
57
/tests/e2e/screenshots/

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Cloudinary Vue SDK
1+
# Cloudinary Vue SDK
2+
3+
[![Build Status](https://travis-ci.org/cloudinary/cloudinary-vue.svg?branch=master)](https://travis-ci.org/cloudinary/cloudinary-vue)
24

35
Cloudinary is a cloud service that offers a solution to a web application's entire image management pipeline.
46

0 commit comments

Comments
 (0)