Skip to content

Commit

Permalink
Merge branch 'main' into make-time-options
Browse files Browse the repository at this point in the history
  • Loading branch information
briancbarrow committed Feb 23, 2023
2 parents a9bffa2 + 9534188 commit 49ac384
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "eslint ./src --ext .ts && prettier --config .prettierrc src/*.ts src/**/*.ts --write",
"test": "mocha -r ts-node/register tests/*test.ts tests/**/*test.ts --insect",
"watch": "nodemon -e ts --watch src --exec \"npm run build\"",
"types": "copyfiles -f bundle/*.d.ts dist && copyfiles -u 1 bundle/**/*.d.ts dist"
"types": "copyfiles -f \"bundle/*.d.ts\" dist && copyfiles -u 1 \"bundle/**/*.d.ts\" dist"
},
"exports": {
".": "./dist/index.js",
Expand Down Expand Up @@ -67,4 +67,4 @@
"utf-8-validate": "^5.0.9",
"ws": "^7.5.5"
}
}
}

0 comments on commit 49ac384

Please sign in to comment.