Skip to content

Commit 2ef8732

Browse files
committed
chore: tempoary version for DCR
1 parent 2e08252 commit 2ef8732

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
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: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
2-
"name": "vite-plugin-html-monorepo",
3-
"version": "3.2.0",
4-
"private": true,
2+
"name": "vite-plugin-html",
3+
"version": "3.2.0-o.1",
54
"scripts": {
65
"stub": "pnpm run prepack --filter ./packages -- --stub",
76
"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",
3+
"version": "3.2.0-o.1",
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)