global-config-file
Advanced tools
Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "global-config-file", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Handles all extensions for configuration files.", | ||
@@ -13,3 +13,4 @@ "main": "dist/lib/index.js", | ||
"type-coverage": "node ./dist/bin/typescript-coverage-report", | ||
"prepublish": "yarn build" | ||
"test": "jest", | ||
"prepublish": "yarn lint && yarn test && yarn build" | ||
}, | ||
@@ -16,0 +17,0 @@ "devDependencies": { |
28303