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 b51cf98 commit d31b8bfCopy full SHA for d31b8bf
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "node-cpplint",
3
"description": "Validates C++ files with cpplint",
4
- "version": "0.1.4",
+ "version": "0.1.5",
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.5
127
+
128
+- more windows compability fixes (line-endings) (@zcbenz)
129
130
### 0.1.4
131
132
- bug fix in filters support (@kevinsawicki)
0 commit comments