We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32a0e8d commit fd9287aCopy full SHA for fd9287a
.gitignore
@@ -1 +1,17 @@
1
-node_modules
+# 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
@@ -1,6 +1,6 @@
{
"name": "@aakashdeveloper/create-node-app",
- "version": "1.0.49",
+ "version": "1.0.50",
"description": "Utility to create pre configured Node Js app. The Seed will help you build node app with es6 very quick",
"main": "index.js",
0 commit comments