remove deamdify

This commit is contained in:
Riku Rouvila
2015-07-08 21:08:55 +03:00
parent 57cc7be367
commit 4efe6800d1

View File

@@ -23,7 +23,6 @@
"browser-sync": "^2.7.2",
"browserify": "^10.2.1",
"chai": "^3.0.0",
"deamdify": "^0.1.1",
"gulp": "~3.8.1",
"gulp-autoprefixer": "1.0.1",
"gulp-duration": "0.0.0",
@@ -44,8 +43,7 @@
},
"browserify": {
"transform": [
"babelify",
"deamdify"
"babelify"
]
}
}