We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c6a0f commit f83a7afCopy full SHA for f83a7af
package.json
@@ -1,6 +1,6 @@
1
{
2
- "name": "patch-package",
3
- "version": "7.0.0",
+ "name": "@pnpm/patch-package",
+ "version": "0.0.0",
4
"description": "Fix broken node modules with no fuss",
5
"main": "dist/index.js",
6
"repository": "github:ds300/patch-package",
@@ -12,7 +12,7 @@
12
},
13
"bin": "./index.js",
14
"scripts": {
15
- "prepublishOnly": "yarn run clean && yarn run build",
+ "prepublishOnly": "yarn run build",
16
"build": "tsc --project tsconfig.build.json",
17
"new-integration-test": "ts-node integration-tests/newIntegrationTest.ts",
18
"clean": "rimraf dist patch-package.test*.tgz",
0 commit comments