Skip to content

Commit

Permalink
Add files into npm release
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Feb 4, 2015
1 parent a601e30 commit b244a8c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# unreleased

-
-

# 0.2.1 - 2015-02-04

- Fixed: it's better when a release have actual files.

# 0.2.0 - 2015-02-04

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pjax",
"version": "0.2.0",
"version": "0.2.1",
"description": "Easily enable fast Ajax navigation on any website (using pushState + xhr)",
"keywords": [
"pjax",
Expand All @@ -25,7 +25,8 @@
"files": [
"CHANGELOG.md",
"LICENSE",
"src"
"index.js",
"lib"
],
"devDependencies": {
"browserify": "^3.46.0",
Expand Down

0 comments on commit b244a8c

Please sign in to comment.