Skip to content

Commit

Permalink
Updating package.json to use index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed Nov 20, 2016
1 parent 678a0ef commit 480d61a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/tiny-lru.es6.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @copyright 2016
* @license BSD-3-Clause
* @link https://github.com/avoidwork/tiny-lru
* @version 1.3.2
* @version 1.3.3
*/
"use strict";

Expand Down
2 changes: 1 addition & 1 deletion lib/tiny-lru.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @copyright 2016
* @license BSD-3-Clause
* @link https://github.com/avoidwork/tiny-lru
* @version 1.3.2
* @version 1.3.3
*/
"use strict";

Expand Down
2 changes: 1 addition & 1 deletion lib/tiny-lru.min.js.map

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,7 +1,7 @@
{
"name": "tiny-lru",
"description": "Tiny LRU cache for Client or Server",
"version": "1.3.2",
"version": "1.3.3",
"homepage": "https://github.com/avoidwork/tiny-lru",
"author": "Jason Mulligan <jason.mulligan@avoidwork.com>",
"repository": {
Expand All @@ -12,7 +12,7 @@
"url": "https://github.com/avoidwork/tiny-lru/issues"
},
"license": "BSD-3-Clause",
"main": "lib/tiny-lru",
"main": "index",
"engines": {
"node": ">=0.8.0"
},
Expand Down

0 comments on commit 480d61a

Please sign in to comment.