Skip to content

Commit 638d6ff

Browse files
author
Dave Kozma
authored
Move packages out of devDependencies to fix postinstall (#59)
* Move packages out of devDependencies to fix postinstall * Add changeset
1 parent 22cd694 commit 638d6ff

File tree

4 files changed

+50
-53
lines changed

4 files changed

+50
-53
lines changed

.changeset/bright-hornets-check.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"c2pa-node": patch
3+
---
4+
5+
Move packages out of devDependencies to fix postinstall

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
}

0 commit comments

Comments
 (0)