-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
97d1267
commit 35822d6
Showing
3 changed files
with
78 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,4 +61,4 @@ | |
"webpack": "^5.89.0", | ||
"wsrun": "^5.2.4" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,41 @@ | ||
{ | ||
"name": "esbuild-plugin-lit-css", | ||
"description": "import CSS files as tagged template literals", | ||
"version": "2.0.4", | ||
"type": "module", | ||
"main": "esbuild-plugin-lit-css.js", | ||
"types": "esbuild-plugin-lit-css.d.ts", | ||
"exports": { | ||
"import": "./esbuild-plugin-lit-css.js", | ||
"require": "./esbuild-plugin-lit-css.cjs" | ||
}, | ||
"author": "Benny Powers <[email protected]>", | ||
"license": "ISC", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+ssh://[email protected]/bennypowers/lit-css.git", | ||
"directory": "packages/esbuild-plugin-lit-css" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/bennypowers/lit-css/issues" | ||
}, | ||
"keywords": [ | ||
"esbuild", | ||
"plugin", | ||
"lit", | ||
"css", | ||
"webcomponents" | ||
], | ||
"files": [ | ||
"esbuild-plugin-lit-css.cjs", | ||
"esbuild-plugin-lit-css.js", | ||
"esbuild-plugin-lit-css.d.ts" | ||
], | ||
"dependencies": { | ||
"@pwrs/lit-css": "^2.0.0" | ||
}, | ||
"peerDependencies": { | ||
"esbuild": "^0.16.17 || ^0.17.16 || ^0.18.1 || ^0.19.5", | ||
"lit": "^2.7.2 || ^3.0.0" | ||
} | ||
"name": "esbuild-plugin-lit-css", | ||
"description": "import CSS files as tagged template literals", | ||
"version": "2.0.4", | ||
"type": "module", | ||
"main": "esbuild-plugin-lit-css.js", | ||
"types": "esbuild-plugin-lit-css.d.ts", | ||
"exports": { | ||
"import": "./esbuild-plugin-lit-css.js", | ||
"require": "./esbuild-plugin-lit-css.cjs" | ||
}, | ||
"author": "Benny Powers <[email protected]>", | ||
"license": "ISC", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+ssh://[email protected]/bennypowers/lit-css.git", | ||
"directory": "packages/esbuild-plugin-lit-css" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/bennypowers/lit-css/issues" | ||
}, | ||
"keywords": [ | ||
"esbuild", | ||
"plugin", | ||
"lit", | ||
"css", | ||
"webcomponents" | ||
], | ||
"files": [ | ||
"esbuild-plugin-lit-css.cjs", | ||
"esbuild-plugin-lit-css.js", | ||
"esbuild-plugin-lit-css.d.ts" | ||
], | ||
"dependencies": { | ||
"@pwrs/lit-css": "^2.0.0" | ||
}, | ||
"peerDependencies": { | ||
"esbuild": "^0.16.17 || ^0.17.16 || ^0.18.1 || ^0.19.5", | ||
"lit": "^2.7.2 || ^3.0.0" | ||
} | ||
} |
76 changes: 38 additions & 38 deletions
76
packages/esbuild-plugin-minify-html-literals/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,40 @@ | ||
{ | ||
"name": "esbuild-plugin-minify-html-literals", | ||
"description": "Minify HTML tagged template literals with esbuild", | ||
"version": "1.0.5", | ||
"type": "module", | ||
"main": "esbuild-plugin-minify-html-literals.js", | ||
"types": "esbuild-plugin-minify-html-literals.d.ts", | ||
"exports": { | ||
"import": "./esbuild-plugin-minify-html-literals.js", | ||
"require": "./esbuild-plugin-minify-html-literals.cjs" | ||
}, | ||
"author": "Benny Powers <[email protected]>", | ||
"license": "ISC", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+ssh://[email protected]/bennypowers/lit-css.git", | ||
"directory": "packages/esbuild-plugin-minify-html-literals" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/bennypowers/lit-css/issues" | ||
}, | ||
"keywords": [ | ||
"esbuild", | ||
"plugin", | ||
"lit", | ||
"css", | ||
"webcomponents" | ||
], | ||
"files": [ | ||
"esbuild-plugin-minify-html-literals.cjs", | ||
"esbuild-plugin-minify-html-literals.js", | ||
"esbuild-plugin-minify-html-literals.d.ts" | ||
], | ||
"dependencies": { | ||
"minify-html-literals": "^1.3.5" | ||
}, | ||
"peerDependencies": { | ||
"esbuild": "^0.16.17 || ^0.17.16 || ^0.18.1 || ^0.19.5" | ||
} | ||
"name": "esbuild-plugin-minify-html-literals", | ||
"description": "Minify HTML tagged template literals with esbuild", | ||
"version": "1.0.5", | ||
"type": "module", | ||
"main": "esbuild-plugin-minify-html-literals.js", | ||
"types": "esbuild-plugin-minify-html-literals.d.ts", | ||
"exports": { | ||
"import": "./esbuild-plugin-minify-html-literals.js", | ||
"require": "./esbuild-plugin-minify-html-literals.cjs" | ||
}, | ||
"author": "Benny Powers <[email protected]>", | ||
"license": "ISC", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+ssh://[email protected]/bennypowers/lit-css.git", | ||
"directory": "packages/esbuild-plugin-minify-html-literals" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/bennypowers/lit-css/issues" | ||
}, | ||
"keywords": [ | ||
"esbuild", | ||
"plugin", | ||
"lit", | ||
"css", | ||
"webcomponents" | ||
], | ||
"files": [ | ||
"esbuild-plugin-minify-html-literals.cjs", | ||
"esbuild-plugin-minify-html-literals.js", | ||
"esbuild-plugin-minify-html-literals.d.ts" | ||
], | ||
"dependencies": { | ||
"minify-html-literals": "^1.3.5" | ||
}, | ||
"peerDependencies": { | ||
"esbuild": "^0.16.17 || ^0.17.16 || ^0.18.1 || ^0.19.5" | ||
} | ||
} |