@pnpm/npm-resolver
Advanced tools
Comparing version 3.0.8 to 3.0.9
{ | ||
"name": "@pnpm/npm-resolver", | ||
"version": "3.0.8", | ||
"version": "3.0.9", | ||
"description": "Resolver for npm-hosted packages", | ||
@@ -16,5 +16,4 @@ "main": "lib/index.js", | ||
"tsc": "rimraf lib && tsc", | ||
"test": "rimraf .store && npm run tsc && npm run lint && ts-node test --type-check && mos t", | ||
"md": "mos", | ||
"prepublishOnly": "npm run tsc" | ||
"test": "rimraf .store && pnpm run tsc && pnpm run lint && ts-node test --type-check", | ||
"prepublishOnly": "pnpm run tsc" | ||
}, | ||
@@ -41,3 +40,3 @@ "repository": "https://github.com/pnpm/pnpm/blob/master/packages/npm-resolver", | ||
"encode-registry": "1.1.0", | ||
"fetch-from-npm-registry": "2.0.2", | ||
"fetch-from-npm-registry": "2.0.3", | ||
"load-json-file": "6.0.0", | ||
@@ -56,2 +55,3 @@ "mem": "4.3.0", | ||
"@pnpm/npm-resolver": "link:", | ||
"@pnpm/tsconfig": "0.0.0", | ||
"@pnpm/tslint-config": "0.0.0", | ||
@@ -65,4 +65,2 @@ "@types/nock": "^10.0.0", | ||
"@types/tape": "^4.2.31", | ||
"mos": "^2.0.0-alpha.3", | ||
"mos-plugin-readme": "^1.0.4", | ||
"nock": "^10.0.0", | ||
@@ -76,11 +74,3 @@ "path-exists": "4.0.0", | ||
"typescript": "3.4.5" | ||
}, | ||
"mos": { | ||
"plugins": [ | ||
"readme" | ||
], | ||
"installation": { | ||
"useShortAlias": true | ||
} | ||
} | ||
} |
@@ -9,8 +9,8 @@ # @pnpm/npm-resolver | ||
## Install | ||
## Installation | ||
Install it via npm. | ||
``` | ||
<pnpm|npm|yarn> add @pnpm/npm-resolver | ||
``` | ||
npm install @pnpm/npm-resolver | ||
## Usage | ||
@@ -67,2 +67,2 @@ | ||
[MIT](./LICENSE) © [Zoltan Kochan](https://www.kochan.io/) | ||
MIT © [Zoltan Kochan](https://www.kochan.io/) |
Sorry, the diff of this file is not supported yet
19
38850
+ Addedfetch-from-npm-registry@2.0.3(transitive)
- Removedfetch-from-npm-registry@2.0.2(transitive)