Skip to content

Commit

Permalink
Add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
OrionNebula committed Jun 5, 2018
1 parent 607ccf4 commit 9083d23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hyper-media-control",
"version": "1.5.1",
"version": "1.5.2",
"description": "Extensible media player controller for Hyper.",
"main": "dist/index",
"typings": "dist/index",
Expand All @@ -23,13 +23,13 @@
"author": "Olivia Trewin",
"license": "MIT",
"devDependencies": {
"@types/react": "^16.3.14",
"rimraf": "^2.6.2",
"tslint": "^5.10.0",
"tslint-config-standard": "^7.0.0",
"typescript": "^2.8.3"
},
"dependencies": {
"@types/react": "^16.3.14",
"@types/node": "^10.1.4",
"hyper-plugin-extend": "^1.1.1"
}
Expand Down

0 comments on commit 9083d23

Please sign in to comment.