Skip to content

Commit 52cbb53

Browse files
committed
0.2.2
1 parent 14cb495 commit 52cbb53

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "parse-code-context",
33
"description": "Parse code context in a single line of javascript, for functions, variable declarations, methods, prototype properties, prototype methods etc.",
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"homepage": "https://github.com/jonschlinkert/parse-code-context",
66
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
77
"repository": "jonschlinkert/parse-code-context",
@@ -21,6 +21,7 @@
2121
"devDependencies": {
2222
"gulp": "^3.9.0",
2323
"gulp-eslint": "^1.0.0",
24+
"gulp-format-md": "^0.1.4",
2425
"gulp-istanbul": "^0.10.2",
2526
"gulp-mocha": "^2.1.3",
2627
"mocha": "*",

0 commit comments

Comments
 (0)