Skip to content

Commit 814f2e1

Browse files
committed
fix build
1 parent 9bbb0a9 commit 814f2e1

File tree

2 files changed

+82
-59
lines changed

2 files changed

+82
-59
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "leetcode-editor-extension",
33
"displayName": "Leetcode editor extension",
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"description": "Quickly open problems in IntelliJ Platform IDEs.",
66
"author": "shuzijun",
77
"scripts": {
88
"dev": "plasmo dev",
9-
"build": "plasmo build"
9+
"build": "plasmo build",
10+
"package": "plasmo build --zip"
1011
},
1112
"dependencies": {
1213
"@ant-design/icons": "^4.7.0",
@@ -24,7 +25,7 @@
2425
"@types/node": "18.8.3",
2526
"@types/react": "18.0.21",
2627
"@types/react-dom": "18.0.6",
27-
"plasmo": "0.57.2",
28+
"plasmo": "0.58.0",
2829
"prettier": "2.7.1",
2930
"typescript": "4.8.4"
3031
},

0 commit comments

Comments
 (0)