Skip to content

Commit 3da6f6d

Browse files
authored
Add pnpm keyword to npm (#596)
1 parent 8e0b4bf commit 3da6f6d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,17 @@
1010
"npm",
1111
"package.json",
1212
"packages",
13+
"pnpm",
1314
"workspace",
1415
"yarn"
1516
],
17+
"homepage": "https://github.com/bmish/check-dependency-version-consistency#readme",
1618
"repository": {
1719
"type": "git",
1820
"url": "https://github.com/bmish/check-dependency-version-consistency.git"
1921
},
2022
"license": "MIT",
23+
"author": "Bryan Mishkin",
2124
"type": "module",
2225
"exports": "./dist/lib/index.js",
2326
"main": "./dist/lib/index.js",
@@ -31,7 +34,7 @@
3134
],
3235
"scripts": {
3336
"build": "rm -rf dist tsc --project tsconfig.build.json",
34-
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel lint:*",
37+
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel \"lint:*\"",
3538
"lint:docs": "markdownlint \"**/*.md\"",
3639
"lint:js": "eslint --cache .",
3740
"lint:package-json": "npmPkgJsonLint .",

0 commit comments

Comments
 (0)