Comparing version 2.7.0 to 2.7.1
{ | ||
"name": "memfs", | ||
"version": "2.7.0", | ||
"version": "2.7.1", | ||
"description": "In-memory file-system with Node's fs API.", | ||
@@ -32,6 +32,5 @@ "main": "lib/index.js", | ||
"jest": "21.2.1", | ||
"jest-cli": "22.1.4", | ||
"jest-tap-reporter": "1.7.0", | ||
"ts-jest": "21.2.4", | ||
"typescript": "2.6.2", | ||
"typescript": "2.7.2", | ||
"ts-node": "3.3.0", | ||
@@ -41,11 +40,13 @@ "babel-cli": "6.26.0", | ||
"gulp": "3.9.1", | ||
"gulp-typescript": "3.2.3", | ||
"semantic-release": "12.2.2", | ||
"gulp-typescript": "3.2.4", | ||
"semantic-release": "12.4.1", | ||
"@types/node": "9.4.6", | ||
"@types/jest": "22.1.2", | ||
"rimraf": "2.6.2", | ||
"@types/node": "9.3.0", | ||
"@types/jest": "22.0.1" | ||
"mol-conventional-changelog": "1.2.0", | ||
"jest-tap-reporter": "1.9.0" | ||
}, | ||
"scripts": { | ||
"clean": "rimraf lib types", | ||
"build": "npm run clean && npm run build-ts && npm run build-js", | ||
"build": "npm run build-ts && npm run build-js", | ||
"build-ts": "gulp build-ts", | ||
@@ -59,2 +60,7 @@ "build-js": "babel src --out-dir lib", | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "./node_modules/mol-conventional-changelog" | ||
} | ||
}, | ||
"jest": { | ||
@@ -70,4 +76,5 @@ "moduleFileExtensions": [ | ||
}, | ||
"testRegex": ".*/__tests__/.*\\.(test|spec)\\.(jsx?|tsx?)$" | ||
"testRegex": ".*/__tests__/.*\\.(test|spec)\\.(jsx?|tsx?)$", | ||
"reporters": ["jest-tap-reporter"] | ||
} | ||
} |
@@ -7,6 +7,3 @@ { | ||
"noImplicitAny": false, | ||
"sourceMap": false, | ||
"declaration": true, | ||
"declarationDir": "./types", | ||
"outDir": "./lib" | ||
"sourceMap": false | ||
}, | ||
@@ -18,6 +15,3 @@ "exclude": [ | ||
"lib" | ||
], | ||
"include": [ | ||
"src" | ||
] | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
248434
6008