change --source-map-type [type] flag to --source-maps-inline and rename comment sourcemap type to inline

This commit is contained in:
Sebastian McKenzie
2014-10-08 23:59:38 +11:00
parent 77c2f1a8b2
commit b06cd42a0b
4 changed files with 11 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "6to5",
"description": "Turn ES6 code into vanilla ES5 with source maps and no runtime",
"version": "1.2.0",
"version": "1.3.0",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://github.com/sebmck/6to5",
"repository": {