From 0c83e6a80408517e7798d6654826719ad6bef360 Mon Sep 17 00:00:00 2001 From: Michael Mclaughlin Date: Thu, 13 Dec 2018 18:28:37 +0000 Subject: [PATCH] Remove bower.json --- bower.json | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 bower.json diff --git a/bower.json b/bower.json deleted file mode 100644 index d3b6ad8..0000000 --- a/bower.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "decimal.js", - "main": "decimal.js", - "version": "10.0.1", - "homepage": "https://github.com/MikeMcl/decimal.js", - "authors": [ - "Michael Mclaughlin " - ], - "description": "An arbitrary-precision Decimal type for JavaScript", - "moduleType": [ - "amd", - "globals", - "node" - ], - "keywords": [ - "arbitrary", - "precision", - "arithmetic", - "bignumber", - "decimal", - "float", - "biginteger", - "bigdecimal", - "bignum", - "math" - ], - "license": "MIT", - "ignore": [ - ".*", - "*.json", - "test" - ] -}