Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Sep 3, 2022
1 parent 31c0fad commit 75e94c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@curveball/static",
"version": "0.2.1",
"version": "0.3.0",
"description": "A curveball middleware for serving static files from a filesystem",
"main": "dist/index.js",
"scripts": {
"prepublishOnly": "make build",
"test": "make lint test",
"lint": "make lint",
"lint": "make lint",
"tsc": "tsc",
"start": "make start"
},
Expand Down

0 comments on commit 75e94c6

Please sign in to comment.