Compare commits

..

1 Commits
0.2.0 ... 0.2.1

Author SHA1 Message Date
Maxime Thirouin
b244a8cac4 Add files into npm release 2015-02-04 08:41:15 +01:00
2 changed files with 8 additions and 3 deletions

View File

@@ -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

View File

@@ -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",
@@ -25,7 +25,8 @@
"files": [
"CHANGELOG.md",
"LICENSE",
"src"
"index.js",
"lib"
],
"devDependencies": {
"browserify": "^3.46.0",