@pnpm/find-workspace-dir
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -11,1 +11,2 @@ "use strict"; | ||
exports.default = findWorkspaceDir; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@pnpm/find-workspace-dir", | ||
"version": "1.0.0", | ||
"description": "Finds the root of a pnpm workspace", | ||
"main": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
"files": [ | ||
"lib" | ||
], | ||
"engines": { | ||
"node": ">=10" | ||
}, | ||
"scripts": { | ||
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts", | ||
"tsc": "rimraf lib && tsc", | ||
"test": "pnpm run tsc && pnpm run lint", | ||
"prepublishOnly": "pnpm run tsc" | ||
}, | ||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/find-workspace-dir", | ||
"keywords": [ | ||
"pnpm" | ||
], | ||
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/pnpm/pnpm/issues" | ||
}, | ||
"homepage": "https://pnpm.js.org", | ||
"devDependencies": { | ||
"rimraf": "3.0.0" | ||
}, | ||
"dependencies": { | ||
"find-up": "4.1.0" | ||
} | ||
"name": "@pnpm/find-workspace-dir", | ||
"version": "1.0.1", | ||
"description": "Finds the root of a pnpm workspace", | ||
"main": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
"files": [ | ||
"lib", | ||
"!*.map" | ||
], | ||
"engines": { | ||
"node": ">=10.13" | ||
}, | ||
"scripts": { | ||
"lint": "tslint -c ../../tslint.json src/**/*.ts test/**/*.ts", | ||
"test": "pnpm run compile", | ||
"prepublishOnly": "pnpm run compile", | ||
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build" | ||
}, | ||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/find-workspace-dir", | ||
"keywords": [ | ||
"pnpm" | ||
], | ||
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/pnpm/pnpm/issues" | ||
}, | ||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/find-workspace-dir#readme", | ||
"dependencies": { | ||
"find-up": "^5.0.0" | ||
}, | ||
"funding": "https://opencollective.com/pnpm" | ||
} |
Sorry, the diff of this file is not supported yet
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
3110
0
6
1
+ Addedfind-up@5.0.0(transitive)
+ Addedlocate-path@6.0.0(transitive)
+ Addedp-limit@3.1.0(transitive)
+ Addedp-locate@5.0.0(transitive)
+ Addedyocto-queue@0.1.0(transitive)
- Removedfind-up@4.1.0(transitive)
- Removedlocate-path@5.0.0(transitive)
- Removedp-limit@2.3.0(transitive)
- Removedp-locate@4.1.0(transitive)
- Removedp-try@2.2.0(transitive)
Updatedfind-up@^5.0.0