Skip to content

Commit b74fcfc

Browse files
Added corrections to NPM publish (#20)
* Added corrections to GitHub workflow * Added corrections to NPM publish
1 parent 930eede commit b74fcfc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

js/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"import": "./dist/index.js",
1212
"require": "./dist/index.js"
1313
},
14+
"files": [
15+
"dist"
16+
],
1417
"scripts": {
1518
"build": "tsc",
1619
"dev": "NODE_NO_WARNINGS=1 node --loader ts-node/esm -i -e \"import NeetoJWT from './src/index.ts'; globalThis.NeetoJWT = NeetoJWT;\"",

0 commit comments

Comments
 (0)