diff --git a/README.md b/README.md index a856d02..0c5be96 100644 --- a/README.md +++ b/README.md @@ -206,6 +206,7 @@ Or via ``gulp``: * v0.1.2 - 2016-04-04: Protect against X-O frame access that crashes some browsers * v0.1.3 - 2016-07-25: `getCompressedUserTiming()` accepts an alternate window param passed into options * v0.1.4 - 2016-08-10: Round `duration` values on Measures to nearest millisecond +* v0.1.5 - 2017-10-01: Fixed NPM entry point ## Thanks diff --git a/bower.json b/bower.json index 17ee29e..dab8632 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "usertiming-compression", - "version": "0.1.4", + "version": "0.1.5", "homepage": "https://github.com/nicjansma/usertiming-compression.js", "authors": [ "Nic Jansma " diff --git a/package.json b/package.json index b196249..8c8ce91 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,8 @@ { "name": "usertiming-compression", "description": "UserTiming compression and decompression", - "main": "./src/usertiming-compression", "author": "Nic Jansma", - "version": "0.1.4", + "version": "0.1.5", "repository": { "type": "git", "url": "http://github.com/nicjansma/usertiming-compression.js.git"