Skip to content

Commit

Permalink
Revert "chore: tempoary version for DCR"
Browse files Browse the repository at this point in the history
This reverts commit 2ef8732.
  • Loading branch information
jeffcunat committed Dec 9, 2022
1 parent db853cb commit d42eb7a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
ignore-workspace-root-check=true
public-hoist-pattern[]=*
registry=https://repos.tech.orange/artifactory/api/npm/swaptv-virt-npm-stable/
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "vite-plugin-html",
"version": "3.2.0-o.1",
"name": "vite-plugin-html-monorepo",
"version": "3.2.0",
"private": true,
"scripts": {
"stub": "pnpm run prepack --filter ./packages -- --stub",
"postinstall": "pnpm run stub",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-html",
"version": "3.2.0-o.1",
"version": "3.2.0",
"description": "A plugin for vite to Minimize index.html and use lodash.template template syntax in index.html",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
Expand Down

0 comments on commit d42eb7a

Please sign in to comment.