From 32b6db9fc9e78a6c648cdd10cd236aa8d204650d Mon Sep 17 00:00:00 2001 From: Alberto Miranda Date: Fri, 26 Aug 2016 21:56:43 -0300 Subject: [PATCH 1/2] using main from dist folder, avoids the need to transpile when using as bower package and makes it consistent with npm config, which also uses the dist verison. --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 7f301b8..0ed16a9 100644 --- a/bower.json +++ b/bower.json @@ -10,7 +10,7 @@ "Nicholas Hwang (http://github.com/geekjuice)" ], "description": "A simple utility library for making the web more humane.", - "main": "./src/humanize.js", + "main": "./dist/humanize.js", "keywords": [ "humanize", "format" From d3cd2fdb61b4158da805e31342dec6ef1465dacd Mon Sep 17 00:00:00 2001 From: Alberto Miranda Date: Fri, 26 Aug 2016 22:04:15 -0300 Subject: [PATCH 2/2] updated version to 1.8.2 --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 0ed16a9..e9a73ca 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "humanize-plus", - "version": "1.8.1", + "version": "1.8.2", "homepage": "https://github.com/HubSpot/humanize", "authors": [ "HubSpot (http://dev.hubspot.com)",