Skip to content

Commit e61d33f

Browse files
committed
Resolve package properly
1 parent 7a5619f commit e61d33f

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

packages/metascraper-amazon/__snapshots__/index.js.snap-shot

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ exports['works with product url 1'] = {
33
"date": "2017-12-20T12:00:00.000Z",
44
"description": "Buy SainSmart 4-Channel Relay Module: Everything Else - Amazon.com ✓ FREE DELIVERY possible on eligible purchases",
55
"image": "https://images-na.ssl-images-amazon.com/images/I/51M0KK9HuHL._SY300_QL70_.jpg",
6-
"logo": "https://www.amazon.com/favicon.ico",
6+
"logo": null,
77
"publisher": "Amazon",
8-
"title": "Sainsmart 4-channel Relay Module",
8+
"title": "SainSmart 4-Channel Relay Module",
99
"url": "https://www.amazon.com/gp/product/B0057OC5O8/"
1010
}
11-

packages/metascraper-amazon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"index.js"
4141
],
4242
"scripts": {
43-
"test": "TZ=UTC NODE_ENV=test nyc mocha test"
43+
"test": "NODE_PATH=.. TZ=UTC NODE_ENV=test nyc mocha test"
4444
},
4545
"license": "MIT",
4646
"lint-staged": {
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"rules": [
3+
"metascraper-amazon",
34
"metascraper-author",
45
"metascraper-date",
56
"metascraper-description",
67
"metascraper-image",
78
"metascraper-logo",
89
"metascraper-publisher",
910
"metascraper-title",
10-
"metascraper-url",
11-
"metascraper-amazon"
11+
"metascraper-url"
1212
]
1313
}

packages/metascraper/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@
7474
"coveralls": "latest",
7575
"metascraper-clearbit-logo": "latest",
7676
"metascraper-soundcloud": "latest",
77-
"metascraper-amazon": "latest",
7877
"mocha": "latest",
7978
"nyc": "latest",
8079
"should": "latest",

0 commit comments

Comments
 (0)