Skip to content

Commit d42eb7a

Browse files
committed
Revert "chore: tempoary version for DCR"
This reverts commit 2ef8732.
1 parent db853cb commit d42eb7a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.npmrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
ignore-workspace-root-check=true
22
public-hoist-pattern[]=*
3-
registry=https://repos.tech.orange/artifactory/api/npm/swaptv-virt-npm-stable/

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
2-
"name": "vite-plugin-html",
3-
"version": "3.2.0-o.1",
2+
"name": "vite-plugin-html-monorepo",
3+
"version": "3.2.0",
4+
"private": true,
45
"scripts": {
56
"stub": "pnpm run prepack --filter ./packages -- --stub",
67
"postinstall": "pnpm run stub",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-plugin-html",
3-
"version": "3.2.0-o.1",
3+
"version": "3.2.0",
44
"description": "A plugin for vite to Minimize index.html and use lodash.template template syntax in index.html",
55
"main": "dist/index.cjs",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)