diff --git a/package.json b/package.json index 2e5a3ed..97037bc 100644 --- a/package.json +++ b/package.json @@ -17,5 +17,9 @@ "test": "tsc && nyc ava", "ci": "yarn && node jenkins.js", "compile": "tsc" - } + }, + "files": [ + "/dist/", + "LICENSE" + ] } \ No newline at end of file