Index: node_modules/vulcanize/node_modules/uglify-js/node_modules/source-map/CHANGELOG.md |
diff --git a/node_modules/karma/node_modules/source-map/CHANGELOG.md b/node_modules/vulcanize/node_modules/uglify-js/node_modules/source-map/CHANGELOG.md |
similarity index 73% |
copy from node_modules/karma/node_modules/source-map/CHANGELOG.md |
copy to node_modules/vulcanize/node_modules/uglify-js/node_modules/source-map/CHANGELOG.md |
index 518bed41473019b9155be8a3faa0e7cfe6a51c66..240d54abd5a1cee1a14d558544634553401ea727 100644 |
--- a/node_modules/karma/node_modules/source-map/CHANGELOG.md |
+++ b/node_modules/vulcanize/node_modules/uglify-js/node_modules/source-map/CHANGELOG.md |
@@ -1,41 +1,5 @@ |
# Change Log |
-## 0.1.40 |
- |
-* Performance improvements for parsing source maps in SourceMapConsumer. |
- |
-## 0.1.39 |
- |
-* Fix a bug where setting a source's contents to null before any source content |
- had been set before threw a TypeError. See issue #131. |
- |
-## 0.1.38 |
- |
-* Fix a bug where finding relative paths from an empty path were creating |
- absolute paths. See issue #129. |
- |
-## 0.1.37 |
- |
-* Fix a bug where if the source root was an empty string, relative source paths |
- would turn into absolute source paths. Issue #124. |
- |
-## 0.1.36 |
- |
-* Allow the `names` mapping property to be an empty string. Issue #121. |
- |
-## 0.1.35 |
- |
-* A third optional parameter was added to `SourceNode.fromStringWithSourceMap` |
- to specify a path that relative sources in the second parameter should be |
- relative to. Issue #105. |
- |
-* If no file property is given to a `SourceMapGenerator`, then the resulting |
- source map will no longer have a `null` file property. The property will |
- simply not exist. Issue #104. |
- |
-* Fixed a bug where consecutive newlines were ignored in `SourceNode`s. |
- Issue #116. |
- |
## 0.1.34 |
* Make `SourceNode` work with windows style ("\r\n") newlines. Issue #103. |