File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change
1
+ # garbage
2
+ .DS_Store
3
+ # other modules
4
+ node_modules
5
+ # docs
6
+ docs
7
+ docs-sources
8
+ docs.link *
9
+ favicon.png
10
+ styleguide.config.js
11
+ # tests
12
+ jest.config.js
13
+ tests
14
+ .travis.yml
15
+ # local env files
16
+ .env.local
17
+ .env. * .local
18
+ # Log files
19
+ npm-debug.log *
20
+ yarn-debug.log *
21
+ yarn-error.log *
22
+ # Editor directories and files
23
+ .idea
24
+ .vscode
25
+ * .suo
26
+ * .ntvs *
27
+ * .njsproj
28
+ * .sln
29
+ * .sw *
Original file line number Diff line number Diff line change 5
5
"browser" : " src/index.js" ,
6
6
"main" : " dist/Cloudinary.common.js" ,
7
7
"unpkg" : " dist/Cloudinary.umd.min.js" ,
8
+ "files" : [
9
+ " src" ,
10
+ " dist"
11
+ ],
8
12
"scripts" : {
9
13
"build" : " npm run styleguide:build; npm run lib:build" ,
10
14
"lib:build" : " vue-cli-service build --target lib --name Cloudinary src/index.js" ,
You can’t perform that action at this time.
0 commit comments