fix: 生成修改后的gojs补丁文件
Showing
... | ... | @@ -13,7 +13,7 @@ |
"author": "Max Stoiber", | ||
"license": "MIT", | ||
"scripts": { | ||
"init": "npm install --registry=https://g.civnet.cn:4873", | ||
"init": "npm install --registry=https://g.civnet.cn:4873", | ||
"analyze:clean": "rimraf stats.json", | ||
"preanalyze": "npm run analyze:clean", | ||
"analyze": "node ./internals/scripts/analyze.js", | ||
... | ... | @@ -49,7 +49,8 @@ |
"test": "cross-env NODE_ENV=test jest --coverage", | ||
"test:watch": "cross-env NODE_ENV=test jest --watchAll", | ||
"coveralls": "cat ./coverage/lcov.info | coveralls", | ||
"prettify": "prettier --write" | ||
"prettify": "prettier --write", | ||
"postinstall": "patch-package" | ||
}, | ||
"browserslist": [ | ||
"last 2 versions", | ||
... | ... | @@ -199,6 +200,7 @@ |
"node-plop": "0.18.0", | ||
"null-loader": "0.1.1", | ||
"offline-plugin": "5.0.6", | ||
"patch-package": "^6.4.7", | ||
"path-to-regexp": "2.4.0", | ||
"plop": "2.3.0", | ||
"postcss": "7.0.32", | ||
... | ... |
patches/gojs+2.1.49.patch
0 → 100644
Please
register
or
sign in
to comment