Comparing version 2.7.0 to 2.7.1
{ | ||
"name": "mock-fs", | ||
"description": "A configurable mock file system. You know, for testing.", | ||
"version": "2.7.0", | ||
"version": "2.7.1", | ||
"main": "lib/index.js", | ||
@@ -26,8 +26,3 @@ "homepage": "https://github.com/tschaub/mock-fs", | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "http://tschaub.mit-license.org/" | ||
} | ||
], | ||
"license": "MIT", | ||
"scripts": { | ||
@@ -34,0 +29,0 @@ "debug": "node --debug-brk ./tasks.js test", |
537952