merge dev
Showing
docs/fuzzysearch.md
0 → 100644
docs/template.html
0 → 100644
index-fuzzysearch.js
0 → 100644
{ | ||
"name": "g1", | ||
"version": "0.13.1", | ||
"version": "0.15.0", | ||
"description": "Gramex 1.x interaction library", | ||
"license": "MIT", | ||
"author": "S Anand <s.anand@gramener.com>", | ||
... | ... | @@ -13,7 +13,7 @@ |
"lint": "eslint index*.js src && eclint check '**/*.html' '**/*.js' '**/*.css' '**/*.yaml' '**/*.md'", | ||
"build": "rimraf dist && json2module package.json > src/package.js && rollup -c", | ||
"dev": "rimraf dist && json2module package.json > src/package.js && rollup -c -w", | ||
"pretest": "npm run build && browserify -s tape -r tape -o test/tape.js", | ||
"pretest": "npm run lint && npm run build && browserify -s tape -r tape -o test/tape.js", | ||
"server": "npm run pretest && npm run lint && node test/server.js", | ||
"test": "tape test/test-*.js | faucet && node test/server.js puppeteer | tap-merge | faucet", | ||
"test-chrome": "node test/server.js chrome | tap-merge | faucet", | ||
... | ... |