Skip to content
This repository was archived by the owner on May 26, 2025. It is now read-only.

Commit b244a8c

Browse files
committed
Add files into npm release
1 parent a601e30 commit b244a8c

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# unreleased
22

3-
-
3+
-
4+
5+
# 0.2.1 - 2015-02-04
6+
7+
- Fixed: it's better when a release have actual files.
48

59
# 0.2.0 - 2015-02-04
610

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pjax",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Easily enable fast Ajax navigation on any website (using pushState + xhr)",
55
"keywords": [
66
"pjax",
@@ -25,7 +25,8 @@
2525
"files": [
2626
"CHANGELOG.md",
2727
"LICENSE",
28-
"src"
28+
"index.js",
29+
"lib"
2930
],
3031
"devDependencies": {
3132
"browserify": "^3.46.0",

0 commit comments

Comments
 (0)