Skip to content

Commit

Permalink
0.1.8: Also include *.vanilla.js in NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
nicjansma committed Nov 21, 2018
1 parent 1698695 commit 381c5d2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ bower.json
eslint.xml
src
dist/*.min.js
dist/*.vanilla.*
karma.config.js
test
*.tgz
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.7
v0.1.8

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

Expand Down Expand Up @@ -261,6 +261,7 @@ Or via ``gulp``:
* 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
* v0.1.8 - 2018-11-21: Also include `*.vanilla.js` in NPM

## 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.7",
"version": "0.1.8",
"homepage": "https://github.com/nicjansma/usertiming-compression.js",
"authors": [
"Nic Jansma <nic@nicj.net>"
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.7",
"version": "0.1.8",
"repository": {
"type": "git",
"url": "http://github.com/nicjansma/usertiming-compression.js.git"
Expand Down

0 comments on commit 381c5d2

Please sign in to comment.