Skip to content

Commit

Permalink
Added main to package.json for node
Browse files Browse the repository at this point in the history
  • Loading branch information
ClickerMonkey committed Oct 28, 2016
1 parent 7025313 commit 67c60d0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rekord-debug",
"version": "1.4.0",
"version": "1.4.1",
"homepage": "https://github.com/Rekord/rekord-debug",
"authors": [
"Philip Diffenderfer <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion build/rekord-debug.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* rekord-debug 1.4.0 - A rekord binding to console - implementing Rekord.debug by Philip Diffenderfer */
/* rekord-debug 1.4.1 - A rekord binding to console - implementing Rekord.debug by Philip Diffenderfer */
(function(global, Rekord)
{

Expand Down
2 changes: 1 addition & 1 deletion build/rekord-debug.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 build/rekord-debug.min.js.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "rekord-debug",
"version": "1.4.0",
"version": "1.4.1",
"description": "A rekord binding to console - implementing Rekord.debug",
"author": "Philip Diffenderfer",
"license": "MIT",
"main": "build/rekord-debug.js",
"repository": {
"type": "git",
"url": "git://github.com/Rekord/rekord-debug.git"
Expand Down

0 comments on commit 67c60d0

Please sign in to comment.