highlight-fragment.js
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "highlight-fragment.js", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "returns the sequence with highlighted fragment if the pattern matches, else just the sequence", | ||
@@ -13,2 +13,5 @@ "main": "lib/index.js", | ||
"major": "npm version major && npm run build && npm publish", | ||
"coverage": "babel-node node_modules/.bin/isparta cover test/*.js", | ||
"coveralls": "npm run coverage && coveralls < coverage/lcov.info", | ||
"postcoveralls": "rimraf ./coverage", | ||
"prebuild": "npm run clean && npm run lint & npm run test", | ||
@@ -36,2 +39,3 @@ "build": "babel index.js --out-file lib/index.js", | ||
"babel": "latest", | ||
"coveralls": "latest", | ||
"eslint": "latest", | ||
@@ -41,2 +45,3 @@ "eslint-config-standard": "latest", | ||
"faucet": "latest", | ||
"isparta": "latest", | ||
"rimraf": "latest", | ||
@@ -43,0 +48,0 @@ "tap-spec": "latest", |
6670
10