comment-parser 0.3.2 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.jshintrc DELETED
@@ -1,11 +0,0 @@
1
- {
2
- "node": true,
3
- "strict": true,
4
- "maxlen": 100,
5
- "undef": true,
6
- "unused": true,
7
- "onecase": true,
8
- "lastsemic": true,
9
- "latedef" : true,
10
- "indent": 2
11
- }
package/.npmignore DELETED
@@ -1,15 +0,0 @@
1
- lib-cov
2
- *.seed
3
- *.log
4
- *.csv
5
- *.dat
6
- *.out
7
- *.pid
8
- *.gz
9
-
10
- pids
11
- logs
12
- results
13
-
14
- npm-debug.log
15
- node_modules