Skip to content

Commit

Permalink
v0.1.7: Dev-only changes: Lint, switched from NodeUnit to Mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
nicjansma committed Sep 14, 2015
1 parent 998f15a commit 4d83682
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# UserTiming.js

v0.1.5
v0.1.7

Copyright 2014 Nic Jansma

Expand Down Expand Up @@ -133,3 +133,4 @@ Additional notes:
* v0.1.4 - 2014-10-28: Fix for Safari iOS 8
* v0.1.5 - 2015-01-12: Fix for FF 35
* v0.1.6 - 2015-02-01: Better FF 35 support (or any browser that has RT but not UT)
* v0.1.7 - 2015-09-14: Dev-only changes: Lint, switched from NodeUnit to Mocha
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "usertiming",
"version": "0.1.6",
"version": "0.1.7",
"homepage": "https://github.com/nicjansma/usertiming.js",
"authors": [
"Nic Jansma <nic@nicj.net>"
Expand Down
6 changes: 3 additions & 3 deletions dist/usertiming.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/usertiming.min.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "W3C UserTiming polyfill",
"main": "./src/usertiming",
"author": "Nic Jansma",
"version": "0.1.6",
"version": "0.1.7",
"repository" : {
"type" : "git",
"url" : "http://github.com/nicjansma/usertiming.js.git"
Expand Down

0 comments on commit 4d83682

Please sign in to comment.