Skip to content

Commit fd9287a

Browse files
a
1 parent 32a0e8d commit fd9287a

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

.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

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.49",
3+
"version": "1.0.50",
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",

0 commit comments

Comments
 (0)