Add files into npm release

This commit is contained in:
Maxime Thirouin
2015-02-04 08:39:36 +01:00
parent a601e301cd
commit b244a8cac4
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",