Skip to content

Commit

Permalink
Resolving node package version conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
ten1seven committed Jan 16, 2017
1 parent 03364ec commit c8e4018
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "what-input",
"version": "4.0.5",
"version": "4.0.6",
"homepage": "https://github.com/ten1seven/what-input",
"repository": {
"url": "https://github.com/ten1seven/what-input.git",
Expand Down
2 changes: 1 addition & 1 deletion dist/what-input.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* what-input - A global utility for tracking the current input method (mouse, keyboard or touch).
* @version v4.0.5
* @version v4.0.6
* @link https://github.com/ten1seven/what-input
* @license MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/what-input.min.js

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "what-input",
"version": "4.0.5",
"version": "4.0.6",
"description": "A global utility for tracking the current input method (mouse, keyboard or touch).",
"main": "dist/what-input.js",
"repository": {
Expand Down

0 comments on commit c8e4018

Please sign in to comment.