Skip to content

Commit

Permalink
Adding simple-keyboard to devDependencies as per pull request #29
Browse files Browse the repository at this point in the history
  • Loading branch information
hodgef committed Nov 14, 2018
1 parent 12de907 commit b264eb9
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 5 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
.pnp.js

# production
/build
/demo

# testing
Expand Down
23 changes: 23 additions & 0 deletions build/css/index.css

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

1 change: 1 addition & 0 deletions build/css/index.css.map

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

13 changes: 13 additions & 0 deletions build/index.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/index.js.map

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-simple-keyboard",
"version": "1.9.2",
"version": "1.10.0",
"description": "React.js Virtual Keyboard",
"main": "build/index.js",
"scripts": {
Expand Down Expand Up @@ -35,9 +35,7 @@
"osk"
],
"license": "MIT",
"dependencies": {
"simple-keyboard": "^2.8.0"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "7.1.0",
"@svgr/webpack": "2.4.1",
Expand Down Expand Up @@ -84,6 +82,7 @@
"react-dom": "^16.6.1",
"resolve": "1.8.1",
"sass-loader": "7.1.0",
"simple-keyboard": "^2.8.1",
"style-loader": "0.23.0",
"terser-webpack-plugin": "1.1.0",
"url-loader": "1.1.1",
Expand Down

0 comments on commit b264eb9

Please sign in to comment.