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

@@ -2,6 +2,10 @@
- -
# 0.2.1 - 2015-02-04
- Fixed: it's better when a release have actual files.
# 0.2.0 - 2015-02-04 # 0.2.0 - 2015-02-04
- Fixed: prevent scrollTo from being converted from false to 0 ([#33](https://github.com/MoOx/pjax/pull/33)) - Fixed: prevent scrollTo from being converted from false to 0 ([#33](https://github.com/MoOx/pjax/pull/33))

View File

@@ -1,6 +1,6 @@
{ {
"name": "pjax", "name": "pjax",
"version": "0.2.0", "version": "0.2.1",
"description": "Easily enable fast Ajax navigation on any website (using pushState + xhr)", "description": "Easily enable fast Ajax navigation on any website (using pushState + xhr)",
"keywords": [ "keywords": [
"pjax", "pjax",
@@ -25,7 +25,8 @@
"files": [ "files": [
"CHANGELOG.md", "CHANGELOG.md",
"LICENSE", "LICENSE",
"src" "index.js",
"lib"
], ],
"devDependencies": { "devDependencies": {
"browserify": "^3.46.0", "browserify": "^3.46.0",