interpolate-es
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "interpolate-es", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Dynamically build tagged templates", | ||
@@ -16,2 +16,5 @@ "keywords": [ | ||
"type": "module", | ||
"engines": { | ||
"node": ">=13.2" | ||
}, | ||
"scripts": { | ||
@@ -18,0 +21,0 @@ "test": "tape-es", |
@@ -38,2 +38,4 @@ [![GitHub Releases](https://img.shields.io/github/release/vanillaes/interpolate-es.svg)](https://github.com/vanillaes/interpolate-es/releases) | ||
A CommonJS bundle is included for backward compatible with `node <= 13.2` | ||
```javascript | ||
@@ -40,0 +42,0 @@ const Interpolate = require('interpolate-es/dist/interpolate-es.cjs'); |
8234
46