diff --git a/package.json b/package.json index 87e88a0..99effb6 100644 --- a/package.json +++ b/package.json @@ -32,5 +32,9 @@ "dependencies": { "@scode/eslint-config-es6": "^1.0.1", "eslint-plugin-vue": "^6.2.2" - } + }, + "files": [ + "LICENSE", + "index.js" + ] }