-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Renamed distributions to lower case, updated externs and README
- Loading branch information
Showing
16 changed files
with
1,557 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "long", | ||
"version": "2.4.0", | ||
"version": "3.0.0", | ||
"author": "Daniel Wirtz <[email protected]>", | ||
"description": "A Long class for representing a 64 bit two's-complement integer value.", | ||
"main": "dist/Long.js", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
Distributions | ||
============= | ||
|
||
* **[Long.js](https://raw.githubusercontent.com/dcodeIO/Long.js/master/dist/Long.js)** | ||
* **[long.js](https://raw.githubusercontent.com/dcodeIO/Long.js/master/dist/long.js)** | ||
contains the commented source. | ||
|
||
* **[Long.min.js](https://raw.githubusercontent.com/dcodeIO/Long.js/master/dist/Long.min.js)** | ||
* **[long.min.js](https://raw.githubusercontent.com/dcodeIO/Long.js/master/dist/long.min.js)** | ||
has been compiled with Closure Compiler using `--compilation_level=ADVANCED_OPTIMIZATIONS`. | ||
|
||
* **[Long.min.js.gz](https://raw.githubusercontent.com/dcodeIO/Long.js/master/dist/Long.min.js.gz)** | ||
* **[long.min.js.gz](https://raw.githubusercontent.com/dcodeIO/Long.js/master/dist/long.min.js.gz)** | ||
has also been gzipped using `-9`. | ||
|
||
* **[Long.min.map](https://raw.githubusercontent.com/dcodeIO/Long.js/master/dist/Long.min.map)** | ||
* **[long.min.map](https://raw.githubusercontent.com/dcodeIO/Long.js/master/dist/long.min.map)** | ||
is the source map generated by Closure Compiler. | ||
|
||
Also available as `long` on [npm](https://www.npmjs.org/package/long) and [bower](http://bower.io/search/?q=long). |
File renamed without changes.
File renamed without changes.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.