Simple handlebars test added (old usage)

This commit is contained in:
2023-04-24 20:15:35 +02:00
parent 7e45443d19
commit da9dc3bdc1
14 changed files with 119 additions and 7 deletions

View File

@@ -1,9 +1,6 @@
{
"name": "@rollup-apps/plugin-html",
"version": "0.0.1",
"publishConfig": {
"access": "public"
},
"description": "Creates HTML files to serve Rollup bundles",
"license": "MIT",
"repository": {
@@ -24,7 +21,8 @@
"import": "./dist/es/index.js"
},
"publishConfig": {
"registry": "https://npm.cerxes.net"
"registry": "https://npm.cerxes.net",
"access": "public"
},
"scripts": {
"build": "rollup -c",
@@ -73,7 +71,8 @@
"rollup-plugin-delete": "^2.0.0",
"@babel/preset-typescript": "^7.21.4",
"nyc": "^15.1.0",
"lint-staged": "^13.2.1"
"lint-staged": "^13.2.1",
"handlebars": "^4.7.7"
},
"types": "./types/index.d.ts",
"ava": {