interpolate-es
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "interpolate-es", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Dynamically build tagged templates", | ||
@@ -14,4 +14,6 @@ "keywords": [ | ||
"repository": "http://github.com/vanillaes/interpolate-es/", | ||
"main": "src/interpolate.js", | ||
"main": "index.js", | ||
"module": "dist/interpolate.esm.js", | ||
"type": "module", | ||
"types": "index.d.ts", | ||
"engines": { | ||
@@ -25,4 +27,5 @@ "node": ">=13.2" | ||
"types": "npx tsc -p .config/jsconfig.json", | ||
"build": "npm run build:cjs && npm run build:typings", | ||
"build": "npm run build:cjs && npm run build:esm && npm run build:typings", | ||
"build:cjs": "npx rollup --config .config/cjs.config.js", | ||
"build:esm": "npx rollup --config .config/esm.config.js ", | ||
"build:typings": "npx tsc -p .config/tsconfig.json", | ||
@@ -29,0 +32,0 @@ "package": "npx rimraf package && npm pack | tail -n 1 | xargs tar -xf", |
@@ -44,4 +44,8 @@ [![GitHub Releases](https://img.shields.io/github/release/vanillaes/interpolate-es.svg)](https://github.com/vanillaes/interpolate-es/releases) | ||
## Bundling | ||
A ES module bundle is included under `dist/interpolate-es.esm.js` and is defined as the `pkg.modules` entry point. | ||
## Typings | ||
Typings are generated from JSDoc using Typescript. They are 100% compatible with VSCode Intellisense and will work seamlessly with Typescript. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9106
17
129
50