Skip to content

Commit

Permalink
Add dependency on @types/react
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Thornton authored and Richard Thornton committed Apr 24, 2017
1 parent 26966cb commit 12c83d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -22,7 +22,7 @@
"react-move.js",
"media/*.png"
],
"typings": "./index.d.ts",
"types": "./index.d.ts",
"scripts": {
"build:node": "babel src --out-dir lib --source-maps inline",
"watch": "onchange 'src/**' -i -- npm-run-all build:*",
Expand All @@ -35,6 +35,7 @@
"docs": "build-storybook -o docs && cp .storybook/CNAME docs/CNAME"
},
"dependencies": {
"@types/react": "^15.0.22",
"d3-ease": "^1.0.3",
"d3-interpolate": "^1.1.3",
"performance-now": "^2.1.0",
Expand Down
4 changes: 4 additions & 0 deletions yarn.lock
Expand Up @@ -98,6 +98,10 @@
webpack-dev-middleware "^1.6.0"
webpack-hot-middleware "^2.13.2"

"@types/react@^15.0.22":
version "15.0.22"
resolved "https://registry.yarnpkg.com/@types/react/-/react-15.0.22.tgz#50803cde8d89f60a9b034f2dd0d619bc5f0273b5"

JSONStream@^1.0.3:
version "1.2.1"
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.2.1.tgz#32aa5790e799481083b49b4b7fa94e23bae69bf9"
Expand Down

0 comments on commit 12c83d1

Please sign in to comment.