Skip to content
This repository was archived by the owner on Nov 12, 2021. It is now read-only.

Commit 09b689b

Browse files
committed
chore: update package.json
1 parent 44dd77d commit 09b689b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
22
"name": "@ichef/pdf-js-dist",
3+
"version": "2.10.377",
4+
"files": [
5+
"build/minified-legacy"
6+
],
37
"dependencies": {},
48
"devDependencies": {
59
"@babel/core": "^7.14.8",
@@ -69,7 +73,7 @@
6973
"scripts": {
7074
"update-browserslist-db": "npx browserslist@latest --update-db",
7175
"build": "npm run build:minified-legacy",
72-
"pre-build": "npm run update-browserslist-db && gulp clean",
76+
"pre-build": "gulp clean",
7377
"build:generic": "npm run pre-build && gulp generic",
7478
"build:generic-legacy": "npm run pre-build && gulp generic-legacy",
7579
"build:minified": "npm run pre-build && DISABLE_SOURCE_MAPS=true gulp minified",
@@ -78,10 +82,6 @@
7882
"prepare": "husky install",
7983
"prepublishOnly": "npm test && npm run build"
8084
},
81-
"repository": {
82-
"type": "git",
83-
"url": "git://github.com/mozilla/pdf.js.git"
84-
},
8585
"license": "Apache-2.0",
8686
"lint-staged": {
8787
"*.js": "eslint --cache --fix",

0 commit comments

Comments
 (0)