diff --git a/license.txt b/LICENSE.md similarity index 100% rename from license.txt rename to LICENSE.md diff --git a/package-lock.json b/package-lock.json index fcf09a3..4c8854a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "sublime-keybindings", - "version": "4.0.6", + "version": "4.0.7", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -513,9 +513,9 @@ } }, "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==", + "version": "4.17.19", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", + "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==", "dev": true }, "log-symbols": { diff --git a/package.json b/package.json index 2dbc052..ca077b6 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "Import Sublime Text settings and keybindings into VS Code.", "version": "4.0.7", "publisher": "ms-vscode", + "license": "SEE LICENSE IN LICENSE.md", "engines": { "vscode": "^1.32.0" },