fix packaging
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Timo Hocker 2021-01-06 12:17:04 +01:00
parent 5df2577e71
commit 1437316519
2 changed files with 5 additions and 7 deletions

View File

@ -28,11 +28,10 @@
"compile": "tsc"
},
"files": [
"LICENSE",
"**/*.js",
"**/*.ts",
"**/*.d.ts",
"**/*.map"
"lib/**/*.ts",
"dist/**/*.js",
"dist/**/*.d.ts",
"dist/**/*.map"
],
"keywords": [
"authentication",

View File

@ -18,6 +18,5 @@ module.exports = {
Atomics: 'readonly',
SharedArrayBuffer: 'readonly'
},
parserOptions: { ecmaVersion: 2018 },
rules: { 'node/no-unpublished-import': 'off' }
parserOptions: { ecmaVersion: 2018 }
};