move source-map from devDependencies to dependencies - fixes #33

This commit is contained in:
Sebastian McKenzie 2014-10-10 16:56:25 +11:00
parent aed6a0abd2
commit 098ade01b1

View File

@ -1,7 +1,7 @@
{ {
"name": "6to5", "name": "6to5",
"description": "Turn ES6 code into vanilla ES5 with source maps and no runtime", "description": "Turn ES6 code into vanilla ES5 with source maps and no runtime",
"version": "1.7.6", "version": "1.7.7",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://github.com/sebmck/6to5", "homepage": "https://github.com/sebmck/6to5",
"repository": { "repository": {
@ -45,7 +45,8 @@
"es6-shim": "0.18.0", "es6-shim": "0.18.0",
"es6-symbol": "0.1.1", "es6-symbol": "0.1.1",
"regexpu": "0.2.2", "regexpu": "0.2.2",
"recast": "0.8.0" "recast": "0.8.0",
"source-map": "0.1.40"
}, },
"devDependencies": { "devDependencies": {
"es6-transpiler": "0.7.17", "es6-transpiler": "0.7.17",
@ -58,7 +59,6 @@
"jstransform": "6.3.2", "jstransform": "6.3.2",
"uglify-js": "2.4.15", "uglify-js": "2.4.15",
"browserify": "6.0.3", "browserify": "6.0.3",
"proclaim": "2.0.0", "proclaim": "2.0.0"
"source-map": "0.1.40"
} }
} }