Skip to content

Commit

Permalink
0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Mar 9, 2020
1 parent c6930b0 commit 6c7f384
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@curveball/core",
"version": "0.11.1",
"version": "0.11.2",
"description": "Curveball is a framework writting in Typescript for Node.js",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -65,6 +65,10 @@
"mocha": {
"require": "ts-node/register",
"recursive": true,
"extension": ["ts", "js", "tsx"]
"extension": [
"ts",
"js",
"tsx"
]
}
}

0 comments on commit 6c7f384

Please sign in to comment.