Add examples, remove failing test #44

Merged
rstacruz merged 3 commits from fix/stuff into master 2015-11-14 06:28:26 -05:00
Showing only changes of commit ad6292fffb - Show all commits

View File

@@ -41,7 +41,8 @@
"test": "npm run lint && npm run standalone && testling",
"test--html": "testling --html > tests/scripts/index.html",
"coverage": "browserify -t coverify tests/**/*.js | testling | coverify",
"standalone": "browserify index.js --standalone Pjax > pjax.js"
"standalone": "browserify index.js --standalone Pjax > pjax.js",
"prepublish": "npm run standalone"
},
"testling": {
"files": "tests/**/*.js",