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 f88f6f1 commit 6360c23Copy full SHA for 6360c23
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "node-cpplint",
3
"description": "Validates C++ files with cpplint",
4
- "version": "0.3.0",
+ "version": "0.3.1",
5
"homepage": "https://github.com/stephenmathieson/node-cpplint",
6
"author": {
7
"name": "Stephen Mathieson",
readme.md
@@ -139,6 +139,10 @@ and verify that all unit tests are passing with `grunt vows`.
139
140
## Revision History
141
142
+### 0.3.0
143
+
144
+- update cpplint
145
146
### 0.2.0
147
148
- update cpplint
0 commit comments