Skip to content

Commit

Permalink
fix(npm publish): got rid of "files" in generators/package.son
Browse files Browse the repository at this point in the history
  • Loading branch information
PavloYakun committed Sep 9, 2020
1 parent 912427b commit e2fb3b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generators/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-nest-js-boilerplate",
"version": "1.0.7",
"version": "1.0.9",
"description": "This generator will help you to build your own Nest.js Mongodb API using TypeScript 3",
"author": "onix-systems",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-nest-js-boilerplate",
"version": "1.0.8",
"version": "1.0.9",
"description": "This generator will help you to build your own Nest.js Mongodb API using TypeScript 3",
"author": "onix-systems",
"license": "MIT",
Expand Down

0 comments on commit e2fb3b3

Please sign in to comment.