npm: Remove handlebars

This commit is contained in:
Farkas József
2016-09-20 18:11:34 +02:00
parent 5850138482
commit 2c86b08d21
2 changed files with 0 additions and 5 deletions

View File

@@ -50,7 +50,6 @@
"core-js": "2.4.1",
"dragula": "^3.7.2",
"font-awesome": "^4.6.3",
"handlebars": "^4.0.5",
"jquery": "3.1.0",
"json-loader": "^0.5.4",
"ng2-dragula": "^1.2.0",

View File

@@ -78,10 +78,6 @@ module.exports = {
from: 'images',
to: 'images'
},
{
from: 'node_modules/handlebars/dist/handlebars.min.js',
to: 'vendor/handlebars/handlebars.min.js'
},
], {
ignore: ['*.config.js']
})