Skip to content

Commit

Permalink
Re-add simple-keyboard as direct dep
Browse files Browse the repository at this point in the history
  • Loading branch information
hodgef committed Nov 14, 2018
1 parent 832f579 commit 12de907
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-simple-keyboard",
"version": "1.9.1",
"version": "1.9.2",
"description": "React.js Virtual Keyboard",
"main": "build/index.js",
"scripts": {
Expand Down Expand Up @@ -35,7 +35,9 @@
"osk"
],
"license": "MIT",
"dependencies": {},
"dependencies": {
"simple-keyboard": "^2.8.0"
},
"devDependencies": {
"@babel/core": "7.1.0",
"@svgr/webpack": "2.4.1",
Expand Down Expand Up @@ -82,7 +84,6 @@
"react-dom": "^16.6.1",
"resolve": "1.8.1",
"sass-loader": "7.1.0",
"simple-keyboard": "^2.8.0",
"style-loader": "0.23.0",
"terser-webpack-plugin": "1.1.0",
"url-loader": "1.1.1",
Expand Down

0 comments on commit 12de907

Please sign in to comment.