Skip to content

Commit

Permalink
Merge pull request #12 from AthennaIO/develop
Browse files Browse the repository at this point in the history
fix: add tsconfig.json to files
  • Loading branch information
jlenon7 authored Apr 1, 2022
2 parents 6b3f4be + 71f3c9f commit 3e4e8f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@athenna/core",
"version": "1.0.9",
"version": "1.1.0",
"description": "",
"license": "MIT",
"author": "João Lenon <[email protected]>",
Expand Down Expand Up @@ -144,6 +144,7 @@
}
},
"files": [
"_tsconfig.json",
"src/*.js",
"src/*.d.ts",
"src/**/*.js",
Expand Down

0 comments on commit 3e4e8f1

Please sign in to comment.