Skip to content

Commit 4be8c9e

Browse files
author
Dave Kozma
committed
Move packages out of devDependencies to fix postinstall
1 parent 22cd694 commit 4be8c9e

File tree

3 files changed

+45
-53
lines changed

3 files changed

+45
-53
lines changed

c2pa-node-0.5.16.tgz

43.5 KB
Binary file not shown.

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -44,21 +44,17 @@
4444
"@types/node-fetch": "^2.6.4",
4545
"@types/pixelmatch": "^5.2.4",
4646
"chokidar": "^3.5.3",
47-
"cli-progress": "^3.12.0",
4847
"cpy-cli": "^4.2.0",
4948
"jest": "^29.7.0",
5049
"nock": "^13.3.1",
51-
"node-fetch": "^2.6.11",
5250
"pixelmatch": "^5.3.0",
5351
"prettier": "2.8.8",
54-
"pretty-bytes": "^5.6.0",
5552
"rimraf": "^5.0.1",
5653
"tempy": "^1.0.1",
5754
"ts-jest": "^29.1.2",
5855
"typedoc": "^0.24.8",
5956
"typedoc-plugin-markdown": "^3.15.3",
60-
"typescript": "^5.0.4",
61-
"unzipper": "^0.10.14"
57+
"typescript": "^5.0.4"
6258
},
6359
"keywords": [
6460
"c2pa"
@@ -71,9 +67,13 @@
7167
"@changesets/cli": "^2.26.1",
7268
"cargo-cp-artifact": "^0.1",
7369
"chalk": "^4.1.2",
70+
"cli-progress": "^3.12.0",
7471
"mkdirp": "^3.0.1",
72+
"node-fetch": "^2.6.11",
7573
"npm-run-all": "^4.1.5",
7674
"pkg-dir": "5",
77-
"sharp": "^0.33.2"
75+
"pretty-bytes": "^5.6.0",
76+
"sharp": "^0.33.2",
77+
"unzipper": "^0.10.14"
7878
}
7979
}

pnpm-lock.yaml

+39-47
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)