modularize the sourceMapToComment method

https://github.com/sindresorhus/source-map-to-comment
This commit is contained in:
Sindre Sorhus
2015-02-17 08:46:23 +07:00
parent 5bd75db0b6
commit fc663d54fa
4 changed files with 24 additions and 28 deletions

View File

@@ -58,7 +58,8 @@
"regenerator-babel": "0.8.10-1",
"regexpu": "^1.1.1",
"source-map": "^0.1.43",
"source-map-support": "^0.2.9"
"source-map-support": "^0.2.9",
"source-map-to-comment": "^1.0.0"
},
"devDependencies": {
"browserify": "^8.1.3",