Skip to content

Commit

Permalink
feat: replace pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
wen-haoming committed Dec 12, 2021
1 parent 329b152 commit ac97640
Show file tree
Hide file tree
Showing 10 changed files with 15,632 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
shamefully-hoist = true
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ LICENSE
examples
public
*.png
assets
assets
.npmrc
1 change: 1 addition & 0 deletions examples/cra-app/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
shamefully-hoist = false
1 change: 1 addition & 0 deletions examples/umi-app/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
shamefully-hoist = true
1 change: 1 addition & 0 deletions examples/vue2-app/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
shamefully-hoist = true
1 change: 1 addition & 0 deletions examples/vue3-app/.npmrc copy
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
shamefully-hoist = true
1 change: 1 addition & 0 deletions examples/vue3-vite/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
shamefully-hoist = true
1 change: 1 addition & 0 deletions packages/visual-dev/src/markdown/plugins/highlight.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable no-console */
import escapeHtml from 'escape-html';
import prism from 'prismjs';

Expand Down
Loading

0 comments on commit ac97640

Please sign in to comment.