Comparing version 6.0.0-remove-blockmap-5e971e5606598394be85545508dcee4c9b4a3285 to 6.0.0-remove-blockmap-9dc0db8393ae797075649799a48ff8af3853c7b1
@@ -9,2 +9,4 @@ # Change Log | ||
* Remove no longer used .eslintrc.json file [Alexis Svinartchouk] | ||
* Remove travis [Alexis Svinartchouk] | ||
* Update ts-node and mocha [Alexis Svinartchouk] | ||
@@ -11,0 +13,0 @@ * Remove blockmap dependency [Alexis Svinartchouk] |
{ | ||
"name": "file-disk", | ||
"version": "6.0.0-remove-blockmap-5e971e5606598394be85545508dcee4c9b4a3285", | ||
"version": "6.0.0-remove-blockmap-9dc0db8393ae797075649799a48ff8af3853c7b1", | ||
"description": "Handles reads / writes on disk image files.", | ||
@@ -24,4 +24,4 @@ "author": "Petros Angelatos <petrosagg@balena.io>", | ||
"prepublishOnly": "npm run compile", | ||
"prettier": "prettier --config ./node_modules/resin-lint/config/.prettierrc --write \"src/*.ts\" \"typings/**/*.ts\" \"test/*.ts\"", | ||
"lint": "resin-lint --typescript src typings test && tsc --noEmit", | ||
"prettier": "prettier --config ./node_modules/resin-lint/config/.prettierrc --write \"src/*.ts\" \"test/*.ts\"", | ||
"lint": "resin-lint --typescript src test && tsc --noEmit", | ||
"test": "npm run lint && mocha --require ts-node/register test/*.ts" | ||
@@ -28,0 +28,0 @@ }, |
# file-disk | ||
Handles reads / writes on disk image files. | ||
[](https://travis-ci.org/balena-io-modules/file-disk) | ||
## API | ||
@@ -7,0 +5,0 @@ |
62958
116