File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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" ,
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" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments