@dreipol/lighthouse-config
Advanced tools
Comparing version 0.11.5 to 0.11.6
@@ -25,1 +25,2 @@ "use strict"; | ||
exports.ConfigValidator = ConfigValidator; | ||
//# sourceMappingURL=index.js.map |
@@ -34,1 +34,2 @@ "use strict"; | ||
}); | ||
//# sourceMappingURL=ConfigSchema.js.map |
{ | ||
"name": "@dreipol/lighthouse-config", | ||
"version": "0.11.5", | ||
"version": "0.11.6", | ||
"description": "Basic lighthouse config", | ||
"main": "./dist/ConfigValidator.js", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
@@ -7,0 +7,0 @@ "scripts": { |
@@ -11,2 +11,3 @@ { | ||
"declaration": true, | ||
"sourceMap": true, | ||
"outDir": "./dist", | ||
@@ -23,3 +24,3 @@ "rootDir": "./src", | ||
}, | ||
"include":[ | ||
"include": [ | ||
"./src/index.ts" | ||
@@ -26,0 +27,0 @@ ], |
84467
25
1623