Skip to content

Commit

Permalink
Also update bower
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodeIO committed Oct 23, 2015
1 parent 68a28d5 commit 00cc2a2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 19 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"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",
"main": "dist/long.js",
"keywords": ["math"],
"license": "Apache-2.0"
}
Binary file modified dist/long.min.js.gz
Binary file not shown.
17 changes: 0 additions & 17 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,18 +1 @@
/*
Copyright 2013 Daniel Wirtz <[email protected]>
Copyright 2009 The Closure Library Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS-IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

module.exports = require("./dist/long.js");
2 changes: 1 addition & 1 deletion src/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "/*?= VERSION */",
"author": "Daniel Wirtz <[email protected]>",
"description": "A Long class for representing a 64 bit two's-complement integer value.",
"main": "dist/Long.js",
"main": "dist/long.js",
"keywords": ["math"],
"license": "Apache-2.0"
}

0 comments on commit 00cc2a2

Please sign in to comment.