Skip to content

Commit

Permalink
release candidate 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rnosov committed Jan 26, 2018
1 parent 3dd0c2c commit 11d1be2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# React Reveal

## Introduction
[React Reveal](http://www.react-reveal.com) is a dead simple way to add some cool reveal on scroll animations to your React app. It's less than 2kb gzipped and written for React from scratch in ES6. If you like this package don't forget to star the [Github repository](https://github.com/rnosov/react-reveal)!

[React Reveal](http://www.react-reveal.com) is a dead simple way to add some cool reveal on scroll animations to your React app. If you're using `0.x` version check out the [migrating docs](/docs/migrating/). Don't forget to star the [Github repository](https://github.com/rnosov/react-reveal) if you liked this package!

## Demo

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-reveal",
"version": "1.0.0-beta.1",
"version": "1.0.0",
"author": "Roman Nosov <rnosov@gmail.com>",
"description": "Really simple way to add reveal on scroll animation to your React app.",
"license": "MIT",
Expand All @@ -24,7 +24,7 @@
"bugs": {
"url": "https://github.com/rnosov/react-reveal/issues"
},
"homepage": "https://github.com/rnosov/react-reveal",
"homepage": "http://www.react-reveal.com",
"main": "./index.js",
"dependencies": {
"babel-runtime": "^6.26.0",
Expand Down

0 comments on commit 11d1be2

Please sign in to comment.