fix main file in package.json

This commit is contained in:
Alex 2016-04-04 09:44:18 -06:00
parent 0caaada74f
commit 37497dc729
1 changed files with 2 additions and 2 deletions

View File

@ -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 */\""
}
}
}