Skip to content

Commit 0acc7d0

Browse files
a
1 parent d8605aa commit 0acc7d0

File tree

5 files changed

+17
-2
lines changed

5 files changed

+17
-2
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Aakash Handa (http://aakashhanda.me/)

.DS_Store

0 Bytes
Binary file not shown.

.gitignore

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
1-
node_modules/
1+
*.log
2+
*.sublime-project
3+
*.sublime-workspace
4+
.DS_Store
5+
.idea/
6+
.vscode/
7+
Thumbs.db
8+
build
9+
coverage
10+
data
11+
dump.rdb
12+
lib
13+
node_modules/
14+
report.*.json
15+
yarn.lock

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aakashdeveloper/create-node-app",
3-
"version": "1.0.15",
3+
"version": "1.0.16",
44
"description": "The Seed will help you build node app with es6 very quick",
55
"main": "index.js",
66
"scripts": {

public/.DS_Store

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)