File tree Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,8 @@ exports['works with product url 1'] = {
3
3
"date": "2017-12-20T12:00:00.000Z",
4
4
"description": "Buy SainSmart 4-Channel Relay Module: Everything Else - Amazon.com ✓ FREE DELIVERY possible on eligible purchases",
5
5
"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 ,
7
7
"publisher": "Amazon",
8
- "title": "Sainsmart 4-channel Relay Module",
8
+ "title": "SainSmart 4-Channel Relay Module",
9
9
"url": "https://www.amazon.com/gp/product/B0057OC5O8/"
10
10
}
11
-
Original file line number Diff line number Diff line change 40
40
" index.js"
41
41
],
42
42
"scripts" : {
43
- "test" : " TZ=UTC NODE_ENV=test nyc mocha test"
43
+ "test" : " NODE_PATH=.. TZ=UTC NODE_ENV=test nyc mocha test"
44
44
},
45
45
"license" : " MIT" ,
46
46
"lint-staged" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"rules": [
3
+ "metascraper-amazon",
3
4
"metascraper-author",
4
5
"metascraper-date",
5
6
"metascraper-description",
6
7
"metascraper-image",
7
8
"metascraper-logo",
8
9
"metascraper-publisher",
9
10
"metascraper-title",
10
- "metascraper-url",
11
- "metascraper-amazon"
11
+ "metascraper-url"
12
12
]
13
13
}
Original file line number Diff line number Diff line change 74
74
"coveralls" : " latest" ,
75
75
"metascraper-clearbit-logo" : " latest" ,
76
76
"metascraper-soundcloud" : " latest" ,
77
- "metascraper-amazon" : " latest" ,
78
77
"mocha" : " latest" ,
79
78
"nyc" : " latest" ,
80
79
"should" : " latest" ,
You can’t perform that action at this time.
0 commit comments