Skip to content

Commit

Permalink
fix(PropTypes): Fix proptypes from seperate repo
Browse files Browse the repository at this point in the history
  • Loading branch information
st0ffern committed Jan 16, 2018
1 parent 404e364 commit 815862a
Show file tree
Hide file tree
Showing 3 changed files with 3,259 additions and 3 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@
},
"author": "stoffern",
"license": "MIT",
"dependencies":{
"dependencies": {
"gl-react-blur": "^1.3.0",
"gl-react-contrast-saturation-brightness": "^2.0.0",
"gl-react-hue-rotate": "^1.1.0",
"gl-react-negative": "^1.1.0",
"gl-react-sepia": "^1.0.3",
"gl-react-sharpen": "^2.0.0",
"gl-react-temperature": "^2.0.0"
"gl-react-temperature": "^2.0.0",
"prop-types": "^15.6.0"
},
"peerDependencies": {
"gl-react": "^2.2.5",
Expand Down
3 changes: 2 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import React, {PropTypes} from 'react'
import React from 'react'
import PropTypes from 'prop-types'

import GL from 'gl-react'
import {Negative} from 'gl-react-negative'
Expand Down
Loading

0 comments on commit 815862a

Please sign in to comment.