Skip to content

Commit 074cf64

Browse files
author
Amir Tocker
committed
Update .gitignore and .npmignore and bower.json
1 parent 217cbcd commit 074cf64

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,6 @@ bower_components/
3939

4040
lib/
4141
dist/
42-
*-compiled.js*
42+
*-compiled.js*
43+
storybook-static/
44+
.storybook/

.npmignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ coverage
3030
build/Release
3131

3232
# Dependency directories
33-
node_modules
34-
jspm_packages
33+
node_modules/
34+
jspm_packages/
3535
bower_components/
3636

3737
# Optional npm cache directory
@@ -45,3 +45,4 @@ stories/
4545
.storybook/
4646
samples/
4747
test/
48+
storybook-static/

bower.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cloudinary-react",
33
"description": "Present Cloudinary images and videos using React components",
4-
"main": "dist/cloudinary-react.js",
4+
"main": "lib/index.js",
55
"authors": [
66
"Cloudinary"
77
],
@@ -15,7 +15,8 @@
1515
"test",
1616
"samples",
1717
"*-compiled.js*",
18-
"stories/",
19-
".storybook/"
18+
"stories",
19+
".storybook",
20+
"storybook-static"
2021
]
2122
}

0 commit comments

Comments
 (0)