diff --git a/bower.json b/bower.json index 6512e43..45fc142 100644 --- a/bower.json +++ b/bower.json @@ -3,7 +3,7 @@ "version": "3.0.0", "author": "Daniel Wirtz ", "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" } diff --git a/dist/long.min.js.gz b/dist/long.min.js.gz index f89e3f6..50592c3 100644 Binary files a/dist/long.min.js.gz and b/dist/long.min.js.gz differ diff --git a/index.js b/index.js index 6daa482..2dbbaba 100644 --- a/index.js +++ b/index.js @@ -1,18 +1 @@ -/* - Copyright 2013 Daniel Wirtz - 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"); diff --git a/src/bower.json b/src/bower.json index 118a732..88136e0 100644 --- a/src/bower.json +++ b/src/bower.json @@ -3,7 +3,7 @@ "version": "/*?= VERSION */", "author": "Daniel Wirtz ", "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" }