fn-annotate
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -27,3 +27,3 @@ 'use strict'; | ||
// Strip single-line comments: | ||
.replace(/\/\/.*\n/g, ' '); | ||
.replace(/\/\/.*/g, ' '); | ||
@@ -30,0 +30,0 @@ return argumentString.split(',') |
{ | ||
"name": "fn-annotate", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Get the argument names of a JavaScript function", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
8431