First private release. Check updated README.md for details
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
23
package.json
23
package.json
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"name": "@rollup-apps/plugin-html",
|
||||
"name": "rollup-plugin-html-entry2",
|
||||
"version": "0.0.1",
|
||||
"description": "Creates HTML files to serve Rollup bundles",
|
||||
"description": "Teaches rollup how to deal with HTML, allows to use HTML-files as entry-points.",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"url": "rollup/plugins",
|
||||
"directory": "packages/html"
|
||||
"type": "git",
|
||||
"url": "https://git.cerxes.net/rollup-apps/plugin-html.git"
|
||||
},
|
||||
"author": "Andrew Powell <andrew@shellscape.org>",
|
||||
"homepage": "https://github.com/rollup/plugins/tree/master/packages/html#readme",
|
||||
"bugs": "https://github.com/rollup/plugins/issues",
|
||||
"author": "Miel Truyen <miel.truyen@cerxes.net>",
|
||||
"homepage": "https://git.cerxes.net/rollup-apps/plugin-html",
|
||||
"bugs": "https://git.cerxes.net/rollup-apps/plugin-html/issues",
|
||||
"type": "module",
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
@@ -27,11 +27,11 @@
|
||||
"scripts": {
|
||||
"build": "rollup -c",
|
||||
"prerelease": "pnpm build",
|
||||
"test": "ava",
|
||||
"ci:coverage": "nyc pnpm test && nyc report --reporter=text-lcov > coverage.lcov",
|
||||
"ci:lint": "pnpm build && pnpm lint-staged",
|
||||
"ci:test": "pnpm test -- --verbose",
|
||||
"dev-test": "ava --match='handlebars*' --update-snapshots"
|
||||
"run-test": "ava",
|
||||
"save-test": "ava --update-snapshots"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
@@ -77,7 +77,10 @@
|
||||
"@babel/preset-typescript": "^7.21.4",
|
||||
"nyc": "^15.1.0",
|
||||
"lint-staged": "^13.2.1",
|
||||
"handlebars": "^4.7.7"
|
||||
"handlebars": "^4.7.7",
|
||||
"@rollup/plugin-url": "^8.0.1",
|
||||
"chalk": "^5.2.0",
|
||||
"rollup-plugin-livereload": "^2.0.5"
|
||||
},
|
||||
"types": "./types/index.d.ts",
|
||||
"ava": {
|
||||
|
||||
Reference in New Issue
Block a user