File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 88 "build" : " npm run build:source && npm run build:js && npm run build:types" ,
99 "build:js" : " ipjs build --tests --main && npm run build:copy" ,
1010 "build:source" : " node build.js" ,
11- "build:copy" : " cp -a tsconfig.json *.js dist/" ,
12- "build:types" : " npm run build:copy && cd dist && tsc --build " ,
11+ "build:copy" : " cp -a tsconfig.json *.js test dist/" ,
12+ "build:types" : " tsc -- build && mv types dist " ,
1313 "publish" : " ipjs publish" ,
1414 "lint" : " standard" ,
1515 "test:cjs" : " npm run build && mocha dist/cjs/node-test/test-*.js && npm run test:cjs:browser" ,
4141 }
4242 },
4343 "devDependencies" : {
44- "@ipld/dag-cbor" : " ^6.0.5 " ,
44+ "@ipld/dag-cbor" : " ^6.0.6 " ,
4545 "c8" : " ^7.7.3" ,
46- "ipjs" : " ^5.0.2 " ,
47- "mocha" : " ^9.0.2 " ,
46+ "ipjs" : " ^5.0.3 " ,
47+ "mocha" : " ^9.0.3 " ,
4848 "polendina" : " ^1.1.0" ,
4949 "standard" : " ^16.0.3" ,
5050 "typescript" : " ^4.3.5"
5151 },
5252 "dependencies" : {
5353 "blakejs" : " ^1.1.1" ,
54- "multiformats" : " ^9.4.1 "
54+ "multiformats" : " ^9.4.3 "
5555 },
5656 "repository" : {
5757 "type" : " git" ,
Original file line number Diff line number Diff line change 3535 },
3636 "exclude" : [
3737 " node_modules" ,
38- " esm " ,
39- " cjs "
38+ " test " ,
39+ " dist "
4040 ],
4141 "compileOnSave" : false
4242}
You can’t perform that action at this time.
0 commit comments