File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Logs
2
+ logs
3
+ * .log
4
+
5
+ # Runtime data
6
+ pids
7
+ * .pid
8
+ * .seed
9
+
10
+ # Directory for instrumented libs generated by jscoverage/JSCover
11
+ lib-cov
12
+
13
+ # Coverage directory used by tools like istanbul
14
+ coverage
15
+
16
+ # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
17
+ .grunt
18
+
19
+ # node-waf configuration
20
+ .lock-wscript
21
+
22
+ # Compiled binary addons (http://nodejs.org/api/addons.html)
23
+ build /Release
24
+
25
+ # Dependency directory
26
+ # https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
27
+ node_modules
Original file line number Diff line number Diff line change 24
24
},
25
25
"homepage" : " https://github.com/Paldom/angular2-rest#readme" ,
26
26
"dependencies" : {
27
- "angular2" : " ^2.0.0-alpha.48 "
27
+ "angular2" : " ^2.0.0-alpha.46 "
28
28
},
29
29
"devDependencies" : {
30
30
"gulp" : " ^3.9.0" ,
You can’t perform that action at this time.
0 commit comments