Remove outdated eco package from bench
The `eco`-templates (Embedded CoffeeScript templates) had their last update over 10 years ago, so we can remove this dependency from our benchmark.
This commit is contained in:
committed by
Jay Linski
parent
f73be4ebf3
commit
0896d00c2e
@@ -2,6 +2,5 @@ module.exports = {
|
||||
context: {},
|
||||
handlebars: 'Hello world',
|
||||
dust: 'Hello world',
|
||||
mustache: 'Hello world',
|
||||
eco: 'Hello world'
|
||||
mustache: 'Hello world'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user