Skip to content

Commit

Permalink
fix: add missing files and directories from git and npm ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
fraxken committed Apr 8, 2019
1 parent cd8f82e commit 3d16348
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,4 @@ typings/
.next
temp/
docs/
jsdoc/
7 changes: 7 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ test/
tests/
coverage/
.nyc_output/
.circleci/
.vscode/
jsdoc/
docs/
temp/
jsdoc.json
Expand All @@ -10,3 +13,7 @@ CONTRIBUTING.md
.eslintrc
.gitignore
commitlint.config.js
.env
.travis.yml
tsconfig.json
CHANGELOG.md
2 changes: 1 addition & 1 deletion slimio.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name = "generator"
version = "0.6.1"
version = "0.6.2"
type = "CLI"

0 comments on commit 3d16348

Please sign in to comment.