Commit 3c34d3bedb8718543a49548d3eac75359bc22c42
fix package .json
Signed-off-by: wanderer <mjbecze@gmail.com>wanderer committed on 10/18/2017, 9:32:07 PM
Parent: 59f693d99712fc87b43055fe9946aab8e25a8454
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: 126037 bytes New file size: 133271 bytes |
package.json | ||
---|---|---|
@@ -1,8 +1,8 @@ | ||
1 | 1 … | { |
2 | 2 … | "name": "buffer-pipe", |
3 | 3 … | "version": "0.0.0", |
4 | - "description": "A simple pipe for buffers" | |
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 | 8 … | "coverage": "nyc npm test", |
Built with git-ssb-web