diff --git a/package.json b/package.json index 2803227..dd2b6ec 100644 --- a/package.json +++ b/package.json @@ -46,5 +46,10 @@ "ignore": [ "annotation.js" ] - } -} \ No newline at end of file + }, + "files": [ + "index.js", + "annotation.js", + "LICENSE.txt" + ] +}