Skip to content

Commit 02d1379

Browse files
a
1 parent 8bfb472 commit 02d1379

File tree

6 files changed

+35
-160
lines changed

6 files changed

+35
-160
lines changed

bin/cli.js

Lines changed: 0 additions & 129 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aakashdeveloper/create-node-app",
3-
"version": "1.0.41",
3+
"version": "1.0.43",
44
"description": "Utility to create pre configured Node Js app. The Seed will help you build node app with es6 very quick",
55

66
"main": "index.js",
@@ -29,9 +29,6 @@
2929
"url": "https://github.com/Aakashdeveloper/create-node-app/issues"
3030
},
3131
"homepage": "https://github.com/Aakashdeveloper/create-node-app#readme",
32-
"bin": {
33-
"create-node-app": "./bin/cli.js"
34-
},
3532
"preferGlobal": true,
3633
"dependencies": {
3734
"@babel/core": "^7.4.3",

src/datatbase/redisconnect.js

Lines changed: 0 additions & 22 deletions
This file was deleted.

templates/node-app/.gitignore

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1-
node_modules/
1+
# See http://help.github.com/ignore-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
6+
# profiling files
7+
chrome-profiler-events.json
8+
speed-measure-plugin.json
9+
10+
# IDEs and editors
11+
/.idea
12+
.project
13+
.classpath
14+
.c9/
15+
*.launch
16+
.settings/
17+
*.sublime-workspace

templates/node-app/.npmignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# See http://help.github.com/ignore-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
6+
# profiling files
7+
chrome-profiler-events.json
8+
speed-measure-plugin.json
9+
10+
# IDEs and editors
11+
/.idea
12+
.project
13+
.classpath
14+
.c9/
15+
*.launch
16+
.settings/
17+
*.sublime-workspace

test/setup.js

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)