diff --git a/package.json b/package.json index 2752dcd..6b5af69 100644 --- a/package.json +++ b/package.json @@ -28,11 +28,10 @@ "compile": "tsc" }, "files": [ - "LICENSE", - "**/*.js", - "**/*.ts", - "**/*.d.ts", - "**/*.map" + "lib/**/*.ts", + "dist/**/*.js", + "dist/**/*.d.ts", + "dist/**/*.map" ], "keywords": [ "authentication", diff --git a/test/.eslintrc.js b/test/.eslintrc.js index bb3ef30..94184dc 100644 --- a/test/.eslintrc.js +++ b/test/.eslintrc.js @@ -18,6 +18,5 @@ module.exports = { Atomics: 'readonly', SharedArrayBuffer: 'readonly' }, - parserOptions: { ecmaVersion: 2018 }, - rules: { 'node/no-unpublished-import': 'off' } + parserOptions: { ecmaVersion: 2018 } };