get-price-tag
Advanced tools
Comparing version 0.1.7 to 0.1.8
{ | ||
"name": "get-price-tag", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"main": "dist/commonjs/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
@@ -46,2 +46,3 @@ import fetch from "node-fetch"; | ||
} else { | ||
packageJSON = fileContents; | ||
next(); | ||
@@ -48,0 +49,0 @@ } |
7523
155