Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodyowl committed Sep 16, 2015
1 parent b778724 commit 4d80146
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/react/ResizeProvider.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { Component, PropTypes } from "react"
import React, { Component, PropTypes, Children } from "react"

function isUsingOwnerContext() {
const { version } = React
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stile",
"version": "0.2.4",
"version": "0.2.5",
"description": "",
"main": "./dist/index.js",
"scripts": {
Expand Down

0 comments on commit 4d80146

Please sign in to comment.