@kcroyweb/vite-plugin-wp-helper 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -1
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@kcroyweb/vite-plugin-wp-helper)
|
|
4
4
|
[](https://opensource.org/licenses/ISC)
|
|
5
|
-
[](https://git.kcroywebservices.com/packages/vite-plugin-wp-helper/-/commits/main)
|
|
6
5
|
|
|
7
6
|
Vite plugin to make WordPress block development possible with a regular JS/TS setup within vite.
|
|
8
7
|
|
package/package.json
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kcroyweb/vite-plugin-wp-helper",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Vite plugin to make WordPress block development possible with a regular JS/TS setup within vite.",
|
|
5
5
|
"main": "dist/wp-helper.js",
|
|
6
6
|
"types": "dist/wp-helper.d.ts",
|
|
7
7
|
"files": [
|
|
8
|
-
"dist"
|
|
8
|
+
"dist",
|
|
9
|
+
"README.md"
|
|
9
10
|
],
|
|
10
11
|
"scripts": {
|
|
11
12
|
"build": "tsup src/wp-helper.ts --format cjs,esm --external postcss --external postcss-load-config --external vite && tsc --emitDeclarationOnly --declaration --declarationDir dist --project tsconfig.json",
|