From 28451fb05c94041cf6180af1d33d957ec518ac13 Mon Sep 17 00:00:00 2001 From: Michael M Date: Mon, 4 Apr 2016 21:00:57 +0100 Subject: [PATCH] Amend main field --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 03039a5..151f7a9 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "type": "git", "url": "https://github.com/MikeMcl/decimal.js.git" }, - "main": "decimal", + "main": "decimal.js", "author": { "name": "Michael Mclaughlin", "email": "M8ch88l@gmail.com" @@ -30,4 +30,4 @@ "test": "node ./test/test.js", "build": "uglifyjs decimal.js --source-map doc/decimal.js.map -c -m -o decimal.min.js --preamble \"/* decimal.js v5.0.8 https://github.com/MikeMcl/decimal.js/LICENCE */\"" } -} \ No newline at end of file +}