move babel to dev deps
This commit is contained in:
parent
b721273682
commit
04e60b374c
2 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,9 @@
|
||||||
|
|
||||||
|
0.18.1 / 2015-03-01
|
||||||
|
==================
|
||||||
|
|
||||||
|
* move babel to `devDependencies`
|
||||||
|
|
||||||
0.18.0 / 2015-02-14
|
0.18.0 / 2015-02-14
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,6 @@
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"accepts": "^1.2.2",
|
"accepts": "^1.2.2",
|
||||||
"babel": "^4.0.1",
|
|
||||||
"co": "^4.4.0",
|
"co": "^4.4.0",
|
||||||
"composition": "^2.1.1",
|
"composition": "^2.1.1",
|
||||||
"content-disposition": "~0.5.0",
|
"content-disposition": "~0.5.0",
|
||||||
|
@ -44,6 +43,7 @@
|
||||||
"vary": "^1.0.0"
|
"vary": "^1.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"babel": "^4.6.3",
|
||||||
"istanbul-harmony": "~0.3.0",
|
"istanbul-harmony": "~0.3.0",
|
||||||
"make-lint": "^1.0.1",
|
"make-lint": "^1.0.1",
|
||||||
"mocha": "^2.0.1",
|
"mocha": "^2.0.1",
|
||||||
|
|
Loading…
Reference in a new issue