convert-source-map
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -79,1 +79,3 @@ 'use strict'; | ||
}; | ||
exports.__defineGetter__('commentRegex', function () { return commentRx; }); |
{ | ||
"name": "convert-source-map", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Converts a source-map from/to different formats and allows adding/changing properties.", | ||
@@ -5,0 +5,0 @@ "main": "convert-source-map.js", |
@@ -76,1 +76,5 @@ # convert-source-map [![build status](https://secure.travis-ci.org/thlorenz/convert-source-map.png)](http://travis-ci.org/thlorenz/convert-source-map) | ||
Returns `src` with all source map comments removed | ||
### commentRegex | ||
Returns the regex used to find source map comments. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11122
174
80