Commit 83cb9ce730be6f7f6236af5fd664d57a6a74acc9
updated lock
Signed-off-by: wanderer <mjbecze@gmail.com>wanderer committed on 10/18/2017, 10:02:21 PM
Parent: 1792ff4568516f8d685178c705a4d9d687d87368
Files changed
package-lock.json | changed |
package.json | changed |
package-lock.json | ||
---|---|---|
The diff is too large to show. Use a local git client to view these changes. Old file size: 161941 bytes New file size: 125735 bytes |
package.json | |||
---|---|---|---|
@@ -4,9 +4,9 @@ | |||
4 | 4 … | "description": "A simple pipe for buffers", | |
5 | 5 … | "main": "index.js", | |
6 | 6 … | "scripts": { | |
7 | 7 … | "coveralls": "npm run coverage && nyc report --reporter=text-lcov | coveralls", | |
8 | - "coverage": "nyc npm test", | ||
8 … | + "coverage": "nyc node ./tests/index.js", | ||
9 | 9 … | "lint": "standard", | |
10 | 10 … | "test": "node ./tests/index.js" | |
11 | 11 … | }, | |
12 | 12 … | "keywords": [ |
Built with git-ssb-web