Skip to content

Commit f83a7af

Browse files
committed
chore: move package to pnpm scope
1 parent 69c6a0f commit f83a7af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "patch-package",
3-
"version": "7.0.0",
2+
"name": "@pnpm/patch-package",
3+
"version": "0.0.0",
44
"description": "Fix broken node modules with no fuss",
55
"main": "dist/index.js",
66
"repository": "github:ds300/patch-package",
@@ -12,7 +12,7 @@
1212
},
1313
"bin": "./index.js",
1414
"scripts": {
15-
"prepublishOnly": "yarn run clean && yarn run build",
15+
"prepublishOnly": "yarn run build",
1616
"build": "tsc --project tsconfig.build.json",
1717
"new-integration-test": "ts-node integration-tests/newIntegrationTest.ts",
1818
"clean": "rimraf dist patch-package.test*.tgz",

0 commit comments

Comments
 (0)