Skip to content

Commit d53d689

Browse files
author
jonatansalas
committed
Bump to v1.1.2
Upgrade .npmignore file
1 parent 86ba093 commit d53d689

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.npmignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ node_modules
33
.gitignore
44
README.md
55
.babelrc
6-
.idea
6+
.idea
7+
media
8+
LICENSE

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-typescript-api",
3-
"version": "1.1.0",
3+
"version": "1.1.2",
44
"description": "A simple CLI to create a Typescript basic project to develop APIs",
55
"main": "bin/index.js",
66
"bin": {

0 commit comments

Comments
 (0)