Skip to content

Commit

Permalink
Updating to [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
hodgef committed Jun 6, 2019
1 parent 57078c8 commit 0e4b6b1
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 114 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- '11.2'
- node
install:
- npm install -g codecov
- npm install
Expand Down
166 changes: 56 additions & 110 deletions package-lock.json

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

6 changes: 3 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.23.0",
"version": "1.24.0",
"description": "React.js Virtual Keyboard",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -82,7 +82,7 @@
"pnp-webpack-plugin": "1.4.3",
"postcss-flexbugs-fixes": "4.1.0",
"postcss-loader": "3.0.0",
"postcss-normalize": "8.0.0",
"postcss-normalize": "7.0.0",
"postcss-preset-env": "6.6.0",
"postcss-safe-parser": "4.0.1",
"prettier": "^1.17.0",
Expand All @@ -93,7 +93,7 @@
"react-dom": "^16.8.6",
"resolve": "1.11.1",
"sass-loader": "7.1.0",
"simple-keyboard": "2.22.0",
"simple-keyboard": "2.23.0",
"semver": "6.1.1",
"style-loader": "0.23.1",
"terser-webpack-plugin": "1.3.0",
Expand Down

0 comments on commit 0e4b6b1

Please sign in to comment.