config-extends
Advanced tools
Comparing version 2.0.6 to 2.0.7
@@ -8,3 +8,3 @@ "use strict"; | ||
ExtendsCardinal["multiple"] = "multiple"; | ||
})(ExtendsCardinal = exports.ExtendsCardinal || (exports.ExtendsCardinal = {})); | ||
})(ExtendsCardinal || (exports.ExtendsCardinal = ExtendsCardinal = {})); | ||
//# sourceMappingURL=cardinal.js.map |
@@ -8,3 +8,3 @@ "use strict"; | ||
ExtendsFormat["yaml"] = "yaml"; | ||
})(ExtendsFormat = exports.ExtendsFormat || (exports.ExtendsFormat = {})); | ||
})(ExtendsFormat || (exports.ExtendsFormat = ExtendsFormat = {})); | ||
//# sourceMappingURL=format.js.map |
{ | ||
"name": "config-extends", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"description": "Allow to extend yaml or json files configuration", | ||
@@ -10,3 +10,3 @@ "scripts": { | ||
"type": "git", | ||
"url": "git+https://github.com/FlavioLionelRita/config-extends.git" | ||
"url": "git+https://github.com/expr-solver/config-extends.git" | ||
}, | ||
@@ -25,5 +25,8 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/FlavioLionelRita/config-extends/issues" | ||
"url": "https://github.com/expr-solver/config-extends/issues" | ||
}, | ||
"homepage": "https://github.com/FlavioLionelRita/config-extends#readme", | ||
"homepage": "https://github.com/expr-solver/config-extends#readme", | ||
"standard-version": { | ||
"header": "# Changelog\n\nAll notable changes to this project will be documented in this file.\n\n## Versions\n" | ||
}, | ||
"dependencies": { | ||
@@ -35,6 +38,3 @@ "h3lp": "1.3.8", | ||
"main": "index.js", | ||
"bin": { | ||
"config-extends": "bin/config-extends" | ||
}, | ||
"types": "index.d.ts" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
48618
37