Skip to content

Commit 4a1fe12

Browse files
committed
Bugfix in CI
1 parent 7abb595 commit 4a1fe12

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
node_modules/
22
build/
3+
example/
34

45
.prettierrc
56
.babelrc

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
if: tag IS present
1515
node_js: "8"
1616
script: yarn build
17-
before_deploy:
18-
- cd dist
1917
deploy:
2018
provider: npm
2119
email: "$EMAIL_ADDRESS"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-shadow-scroll",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "Component that customizes the image and inserts shadow when scrolling exists",
55
"main": "dist/index.js",
66
"homepage": "https://react-shadow-scroll.netlify.com/",

0 commit comments

Comments
 (0)