0.2.4
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pjax",
|
||||
"version": "0.2.3",
|
||||
"version": "0.2.4",
|
||||
"description": "Easily enable fast Ajax navigation on any website (using pushState + xhr)",
|
||||
"keywords": [
|
||||
"pjax",
|
||||
@@ -26,6 +26,7 @@
|
||||
"jscs": "^1.6.2",
|
||||
"jshint": "^2.5.6",
|
||||
"npmpub": "^3.1.0",
|
||||
"opn-cli": "^3.1.0",
|
||||
"serve": "1.4.0",
|
||||
"tape": "^3.0.0",
|
||||
"testling": "^1.6.1"
|
||||
@@ -37,9 +38,10 @@
|
||||
"test": "npm run lint && npm run standalone && npm run tests",
|
||||
"test--html": "testling --html > tests/scripts/index.html",
|
||||
"coverage": "browserify -t coverify tests/**/*.js | testling | coverify",
|
||||
"example": "echo '\n==> Open http://localhost:3000/example in your browser.'; serve .",
|
||||
"example": "opn http://localhost:3000/example/; serve .",
|
||||
"prepublish": "npm run standalone",
|
||||
"release": "npmpub --skip-test --dry && npm test && npmpub --skip-cleanup"
|
||||
"#release": "testling does not work in a process launch by npm... :facepalm:",
|
||||
"release": "echo \"npmpub --skip-test --dry && npm test && npmpub --skip-test --skip-cleanup\""
|
||||
},
|
||||
"testling": {
|
||||
"files": "tests/**/*.js",
|
||||
|
||||
Reference in New Issue
Block a user