Skip to content

Commit

Permalink
0.1.5: Fixed npm entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
nicjansma committed Oct 2, 2017
1 parent 577d617 commit bd6b816
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit bd6b816

Please sign in to comment.