Comparing version 1.1.0 to 1.1.1
@@ -21,3 +21,3 @@ #!/usr/bin/env node | ||
const res = await get('https://www.cutters.no/api/salons') | ||
const salonsData = JSON.parse(res).data | ||
const salonsData = JSON.parse(res).salons | ||
salonsData | ||
@@ -24,0 +24,0 @@ .sort((a, b) => a.details.estimatedWait - b.details.estimatedWait) |
{ | ||
"name": "cutters", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Get Cutters salons sorted by wait time", | ||
"main": "cutters.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/draperunner/cutters.git" | ||
}, | ||
"scripts": { | ||
@@ -7,0 +11,0 @@ "start": "node cutters.js" |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
2304
0