Skip to content

Commit

Permalink
chore: added yarn.lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
akisaini committed Aug 28, 2024
1 parent 6ad95e7 commit a9cafc4
Show file tree
Hide file tree
Showing 2 changed files with 8,175 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"lib/*/*.js",
"style/*.*",
"style/index.js"
],
],
"directories": {
"lib": "lib/"
},
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"style": "style/index.css",
Expand Down Expand Up @@ -141,9 +141,9 @@
"schemaDir": "schema",
"sharedPackages": {
"pdfjs-dist": {
"bundled": true,
"singleton": true,
"strictVersion": true
"bundled": true,
"singleton": true,
"strictVersion": true
}
}
},
Expand Down Expand Up @@ -222,7 +222,7 @@
{
"files": "*.md",
"options": {
"parser": "markdown"
"parser": "markdown"
}
}
]
Expand Down
Loading

0 comments on commit a9cafc4

Please sign in to comment.