Comparing version 2.14.0 to 2.14.1
@@ -0,1 +1,8 @@ | ||
## [2.14.1](https://github.com/streamich/memfs/compare/v2.14.0...v2.14.1) (2018-11-29) | ||
### Bug Fixes | ||
* don't copy legacy files into dist ([ab8ffbb](https://github.com/streamich/memfs/commit/ab8ffbb)), closes [#263](https://github.com/streamich/memfs/issues/263) | ||
# [2.14.0](https://github.com/streamich/memfs/compare/v2.13.1...v2.14.0) (2018-11-12) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "memfs", | ||
"version": "2.14.0", | ||
"version": "2.14.1", | ||
"description": "In-memory file-system with Node's fs API.", | ||
@@ -12,3 +12,3 @@ "main": "lib/index.js", | ||
"clean": "rimraf lib types", | ||
"build": "tsc -p . && cpy src/internal lib/internal", | ||
"build": "tsc -p .", | ||
"test": "jest", | ||
@@ -34,12 +34,11 @@ "test:coverage": "jest --coverage", | ||
"devDependencies": { | ||
"@types/jest": "23.3.9", | ||
"@types/node": "10.12.5", | ||
"cpy-cli": "2.0.0", | ||
"@types/jest": "23.3.10", | ||
"@types/node": "10.12.10", | ||
"jest": "21.2.1", | ||
"rimraf": "2.6.2", | ||
"semantic-release": "15.10.8", | ||
"semantic-release": "15.12.3", | ||
"@semantic-release/changelog": "3.0.1", | ||
"@semantic-release/npm": "5.1.1", | ||
"@semantic-release/git": "7.0.5", | ||
"ts-jest": "23.1.4", | ||
"ts-jest": "23.10.5", | ||
"ts-node": "7.0.1", | ||
@@ -49,5 +48,5 @@ "typescript": "3.1.6", | ||
"pretty-quick": "1.8.0", | ||
"husky": "1.1.3", | ||
"husky": "1.2.0", | ||
"tslint": "5.11.0", | ||
"tslint-config-common": "1.2.0" | ||
"tslint-config-common": "1.5.0" | ||
}, | ||
@@ -54,0 +53,0 @@ "config": { |
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
16
164953
30
4166