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 da93512 commit 50d3bd2Copy full SHA for 50d3bd2
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "node-cpplint",
3
"description": "Validates C++ files with cpplint",
4
- "version": "0.1.3",
+ "version": "0.1.4",
5
"homepage": "https://github.com/stephenmathieson/node-cpplint",
6
"author": {
7
"name": "Stephen Mathieson",
readme.md
@@ -123,6 +123,10 @@ and verify that all unit tests are passing with `grunt vows`.
123
124
## Revision History
125
126
+### 0.1.4
127
+
128
+- bug fix in filters support (@kevinsawicki)
129
130
### 0.1.3
131
132
- update grunt task to work with grunt 0.4 (@kevinsawicki)
0 commit comments