Skip to content

Commit

Permalink
Merge pull request #1 from AthennaIO/develop
Browse files Browse the repository at this point in the history
fix: add templates folder to files array in pkg.json
  • Loading branch information
jlenon7 authored Apr 3, 2022
2 parents 358ccf1 + eedc0c6 commit fdeee49
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@athenna/cli",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"license": "MIT",
"author": "Victor Tesoura Júnior <[email protected]>",
Expand Down Expand Up @@ -149,10 +149,10 @@
}
},
"files": [
"config/*.js",
"config/*.d.ts",
"config/**/*.js",
"config/**/*.d.ts",
"templates/*.js",
"templates/*.d.ts",
"templates/**/*.js",
"templates/**/*.d.ts",
"src/*.js",
"src/*.d.ts",
"src/**/*.js",
Expand Down

0 comments on commit fdeee49

Please sign in to comment.