Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "backticks", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Express engine creator for the basic use of ES6 template literals (backticks) for templating", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -7,3 +7,3 @@ export default { | ||
}, | ||
external: ['lodash.escape', 'lodash.unescape', 'lodash.merge', 'fs', 'util'] | ||
external: ['fs', 'util'] | ||
}; |
23408