We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7abb595 commit 4a1fe12Copy full SHA for 4a1fe12
.npmignore
@@ -1,5 +1,6 @@
1
node_modules/
2
build/
3
+example/
4
5
.prettierrc
6
.babelrc
.travis.yml
@@ -14,8 +14,6 @@ jobs:
14
if: tag IS present
15
node_js: "8"
16
script: yarn build
17
- before_deploy:
18
- - cd dist
19
deploy:
20
provider: npm
21
email: "$EMAIL_ADDRESS"
package.json
@@ -1,6 +1,6 @@
{
"name": "react-shadow-scroll",
- "version": "0.2.4",
+ "version": "0.2.5",
"description": "Component that customizes the image and inserts shadow when scrolling exists",
"main": "dist/index.js",
"homepage": "https://react-shadow-scroll.netlify.com/",
0 commit comments