Comparing version 0.3.1 to 0.3.2
@@ -1,1 +0,46 @@ | ||
{"name":"fs-monkey","version":"0.3.1","description":"Monkey patches for file system related things.","main":"lib/index.js","keywords":["fs","file","file system","monkey","fsmonkey","monkeyfs","monkeypatch","patch"],"repository":{"type":"git","url":"https://github.com/streamich/fs-monkey.git"},"scripts":{"build":"babel src --out-dir lib","test":"jest","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"dependencies":{},"devDependencies":{"jest":"21.2.1","babel-jest":"21.2.0","babel-core":"6","babel-cli":"6.24.1","babel-preset-es2015":"6.24.1","source-map-support":"0.4.15","semantic-release":"^8.2.0","@types/jest":"21.1.8","@types/node":"8.0.17"},"jest":{"collectCoverageFrom":["src/**/*.js"],"transform":{"^.+\\.jsx?$":"babel-jest"},"testRegex":".*(__tests__/|/test/unit/).*(test|spec)\\.(t|j)sx?$"}} | ||
{ | ||
"name": "fs-monkey", | ||
"version": "0.3.2", | ||
"description": "Monkey patches for file system related things.", | ||
"main": "lib/index.js", | ||
"keywords": [ | ||
"fs", | ||
"file", | ||
"file system", | ||
"monkey", | ||
"fsmonkey", | ||
"monkeyfs", | ||
"monkeypatch", | ||
"patch" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/streamich/fs-monkey.git" | ||
}, | ||
"scripts": { | ||
"build": "babel src --out-dir lib", | ||
"test": "jest", | ||
"semantic-release": "semantic-release pre && npm publish && semantic-release post" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"jest": "21.2.1", | ||
"babel-jest": "21.2.0", | ||
"babel-core": "6.26.3", | ||
"babel-cli": "6.26.0", | ||
"babel-preset-es2015": "6.24.1", | ||
"source-map-support": "0.5.5", | ||
"semantic-release": "8.2.3", | ||
"@types/jest": "21.1.10", | ||
"@types/node": "8.10.14" | ||
}, | ||
"jest": { | ||
"collectCoverageFrom": [ | ||
"src/**/*.js" | ||
], | ||
"transform": { | ||
"^.+\\.jsx?$": "babel-jest" | ||
}, | ||
"testRegex": ".*(__tests__/|/test/unit/).*(test|spec)\\.(t|j)sx?$" | ||
} | ||
} |
@@ -47,2 +47,6 @@ | ||
'mkdtempSync', | ||
'copyFileSync', | ||
'createReadStream', | ||
'createWriteStream', | ||
]; | ||
@@ -86,2 +90,3 @@ | ||
'mkdtemp', | ||
'copyFile', | ||
@@ -91,5 +96,2 @@ 'watchFile', | ||
'watch', | ||
'createReadStream', | ||
'createWriteStream', | ||
]; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5
21575
20
494