Update gulpfile from my boilerplate & relocate pjax.js into src folder

This commit is contained in:
Maxime Thirouin
2014-04-03 07:07:34 +02:00
parent 4a3ba25547
commit e09c164491
4 changed files with 37 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
"name": "pjax",
"version": "0.1.1",
"description": "Boost browsing experience using Ajax navigation (+ Push state)",
"main": "pjax.js",
"main": "src/pjax.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
@@ -30,6 +30,7 @@
"gulp-jscs": "^0.3.2",
"gulp-plumber": "^0.5.6",
"gulp": "^3.5.6",
"gulp-jshint": "^1.5.1"
"gulp-jshint": "^1.5.1",
"buildbranch": "0.0.1"
}
}