Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
azazdeaz committed Sep 14, 2015
1 parent 0b28bd5 commit ffcf44f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-gsap-enhancer",
"version": "0.1.5",
"version": "0.1.6",
"description": "Use the full power of React and GSAP together",
"main": "lib/index.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export {default as default} from './gsap-enhancer'
export {default as createTraget} from './createTraget'
export {default as createTarget} from './createTarget'

0 comments on commit ffcf44f

Please sign in to comment.