Skip to content

Commit

Permalink
Skip index.js in main, but keep it for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodeIO committed Jun 11, 2015
1 parent 71456fd commit add49ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "long",
"version": "2.2.3",
"version": "2.2.4",
"author": "Daniel Wirtz <[email protected]>",
"description": "A Long class for representing a 64 bit two's-complement integer value.",
"main": "dist/Long.js",
Expand Down
Binary file modified dist/Long.min.js.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "long",
"version": "2.2.3",
"version": "2.2.4",
"author": "Daniel Wirtz <[email protected]>",
"description": "A Long class for representing a 64-bit two's-complement integer value.",
"main": "index.js",
"main": "dist/Long.js",
"repository": {
"type": "git",
"url": "https://github.com/dcodeIO/Long.js.git"
Expand Down

0 comments on commit add49ca

Please sign in to comment.