Skip to content

Commit

Permalink
v1.0.3: Include dist/ dir in bower and npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nicjansma committed Aug 7, 2014
1 parent d48cb8d commit 8348f0e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
deps
dist
test
.npmignore
.gitmodules
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,5 @@ Additional notes:

* v0.1.0 - 2013-04-15: Initial version
* v0.1.1 - 2014-02-19: Updated dependencies, grunt lint task, bower package name
* v0.1.2 - 2014-02-19: Small bower.json fix
* v0.1.2 - 2014-02-19: Small bower.json fix
* v0.1.3 - 2014-08-07: Include dist/ dir in bower and npm packages
3 changes: 1 addition & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "usertiming",
"version": "0.1.2",
"version": "0.1.3",
"homepage": "https://github.com/nicjansma/usertiming.js",
"authors": [
"Nic Jansma <nic@nicj.net>"
Expand All @@ -19,7 +19,6 @@
"**/.*",
"Gruntfile.js",
"deps",
"dist",
"node_modules",
"bower_components",
"test",
Expand Down
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.2",
"version": "0.1.3",
"repository" : {
"type" : "git",
"url" : "http://github.com/nicjansma/usertiming.js.git"
Expand Down

0 comments on commit 8348f0e

Please sign in to comment.