Merge pull request #93 from dalexj/patch-1

Fix main file in package.json
This commit is contained in:
Michael M 2016-04-04 19:46:58 +01:00
commit 67468f6453
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 */\""
}
}
}