File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -15,5 +15,6 @@ test-results
1515playwright-report
1616/blob-report /
1717/playwright /.cache /
18+ packages /idb-cache /README.md
1819packages /idb-cache /test-results
1920packages /idb-cache-app /test-results
Original file line number Diff line number Diff line change 11{
22 "name" : " @instructure/idb-cache" ,
3- "version" : " 1.1.4 " ,
3+ "version" : " 1.1.6 " ,
44 "license" : " MIT" ,
55 "repository" : {
66 "type" : " git" ,
1919 },
2020 "module" : " ./dist/index.js" ,
2121 "types" : " ./dist/index.d.ts" ,
22- "files" : [
23- " dist" ,
24- " README.md"
25- ],
22+ "files" : [" dist" , " README.md" ],
2623 "scripts" : {
2724 "build" : " rslib build" ,
2825 "dev" : " rslib build --watch" ,
2926 "biome:check" : " biome check . --write" ,
3027 "typescript:check" : " tsc --noEmit" ,
31- "test" : " vitest"
28+ "test" : " vitest" ,
29+ "prepublish" : " rslib build && cp ../../README.md ."
3230 },
3331 "peerDependencies" : {
3432 "@rslib/core" : " ^0.0.15"
You can’t perform that action at this time.
0 commit comments