Skip to content

Commit

Permalink
3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
forinda committed May 27, 2022
1 parent 2f1279c commit f6bc287
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "ngitignore",
"version": "3.0.0",
"version": "3.0.1",
"description": "A simple CLI package for creating a .gitignore file. This package creates a .gitignore in the current directory One time install and create .gitignore while offline",
"main": "index.js",
"scripts": {
"test": "jest",
"build":"tsc"
"build": "tsc"
},
"bin": {
"ngitignore": "./build/index.js"
Expand Down

0 comments on commit f6bc287

Please sign in to comment.