Skip to content

Commit

Permalink
0.1.7: Ensure dist is published in bower
Browse files Browse the repository at this point in the history
  • Loading branch information
nicjansma committed Nov 21, 2018
1 parent 7a4bc68 commit 1698695
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# usertiming-compression.js

v0.1.6
v0.1.7

[http://nicj.net](http://nicj.net)

Expand Down Expand Up @@ -260,6 +260,7 @@ Or via ``gulp``:
* v0.1.4 - 2016-08-10: Round `duration` values on Measures to nearest millisecond
* v0.1.5 - 2017-10-01: Fixed NPM entry point
* v0.1.6 - 2018-11-21: Changed build process to produce UMD (for Node/require) and "Vanilla" (for Browser) files in `dist/`
* v0.1.7 - 2018-11-21: Ensure `dist/` is published in bower

## Thanks

Expand Down
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "usertiming-compression",
"version": "0.1.6",
"version": "0.1.7",
"homepage": "https://github.com/nicjansma/usertiming-compression.js",
"authors": [
"Nic Jansma <nic@nicj.net>"
Expand All @@ -16,10 +16,10 @@
"**/.*",
"gulpfile.js",
"deps",
"dist",
"node_modules",
"bower_components",
"test"
"test",
"src"
],
"devDependencies": {
"mocha": "~1.21.5",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "usertiming-compression",
"description": "UserTiming compression and decompression",
"author": "Nic Jansma",
"version": "0.1.6",
"version": "0.1.7",
"repository": {
"type": "git",
"url": "http://github.com/nicjansma/usertiming-compression.js.git"
Expand Down

0 comments on commit 1698695

Please sign in to comment.