Skip to content

Commit

Permalink
Release v1.0.1 with CORS support
Browse files Browse the repository at this point in the history
  • Loading branch information
wille committed Aug 1, 2024
1 parent cdfecf3 commit b74a9c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"name": "reporting-api",
"version": "1.0.0",
"version": "1.0.1",
"main": "dist/index.js",
"scripts": {
"test": "npm run build && node --test dist/*.test.js",
"build": "tsc",
"publish": "npm run build",
"format": "prettier --write ./src",
"prepare": "npm run build"
"format": "prettier --write ./src"
},
"files": [
"dist/"
Expand Down

0 comments on commit b74a9c3

Please sign in to comment.