Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "exorcist", | ||
"version": "0.1.1", | ||
"description": "Externalizes the source map found inside a JavaScript file to an external `.js.map` file", | ||
"version": "0.1.2", | ||
"description": "Externalizes the source map found inside a stream to an external `.js.map` file", | ||
"bin": { | ||
@@ -26,3 +26,10 @@ "exorcist": "./bin/exorcist.js" | ||
}, | ||
"keywords": [], | ||
"keywords": [ | ||
"source-map", | ||
"source", | ||
"map", | ||
"external", | ||
"mapfile", | ||
"browserify" | ||
], | ||
"author": { | ||
@@ -29,0 +36,0 @@ "name": "Thorsten Lorenz", |
# exorcist [![build status](https://secure.travis-ci.org/thlorenz/exorcist.png)](http://travis-ci.org/thlorenz/exorcist) | ||
Externalizes the source map found inside a JavaScript file to an external `.js.map` file | ||
Externalizes the source map found inside a stream to an external `.js.map` file | ||
@@ -5,0 +5,0 @@ ```js |
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
14758