Skip to content

Commit 68ece2b

Browse files
committed
Add providers script
1 parent 339d473 commit 68ece2b

File tree

3 files changed

+22
-758
lines changed

3 files changed

+22
-758
lines changed

packages/metascraper-video-provider/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
},
1818
"dependencies": {
1919
"@metascraper/helpers": "^3.11.8",
20+
"cheerio": "~1.0.0-rc.2",
21+
"json-future": "~2.1.2",
2022
"lodash": "~4.17.10",
2123
"parse-domain": "~2.1.2",
2224
"youtube-dl": "~1.12.2"
@@ -34,9 +36,10 @@
3436
},
3537
"files": [
3638
"index.js",
37-
"providers.js"
39+
"scripts"
3840
],
3941
"scripts": {
42+
"postinstall": "node scripts/postinstall",
4043
"test": "NODE_PATH=.. TZ=UTC NODE_ENV=test nyc mocha test"
4144
},
4245
"license": "MIT",

0 commit comments

Comments
 (0)