Skip to content

Commit ec41274

Browse files
committed
Adding missing types
1 parent 0f55290 commit ec41274

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "eslint ./src --ext .ts && prettier --config .prettierrc src/*.ts src/**/*.ts --write",
1111
"test": "mocha -r ts-node/register tests/*test.ts tests/**/*test.ts --insect",
1212
"watch": "nodemon -e ts --watch src --exec \"npm run build\"",
13-
"types": "copyfiles -f bundle/*.d.ts dist"
13+
"types": "copyfiles -f bundle/*.d.ts dist && copyfiles -u 1 bundle/**/*.d.ts dist"
1414
},
1515
"exports": {
1616
".": "./dist/index.js",

0 commit comments

Comments
 (0)