From 37497dc729b1b69ddffa3447656a278d1d7fb867 Mon Sep 17 00:00:00 2001 From: Alex <96dalex@gmail.com> Date: Mon, 4 Apr 2016 09:44:18 -0600 Subject: [PATCH] fix main file in package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0ec9c53..a726e65 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "type": "git", "url": "https://github.com/MikeMcl/bignumber.js.git" }, - "main": "bignumber", + "main": "bignumber.js", "author": { "name": "Michael Mclaughlin", "email": "M8ch88l@gmail.com" @@ -33,4 +33,4 @@ "test": "node ./test/every-test.js", "build": "uglifyjs bignumber.js --source-map bignumber.js.map -c -m -o bignumber.min.js --preamble \"/* bignumber.js v2.3.0 https://github.com/MikeMcl/bignumber.js/LICENCE */\"" } -} \ No newline at end of file +}