Skip to content

Commit

Permalink
- fixed build - dayjs was not in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
janisdd committed Sep 9, 2024
1 parent 673c6cb commit 8e4ef32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ node_modules/exenv-es6/**/*
node_modules/loose-envify/**/*
node_modules/js-tokens/**/*
node_modules/tslib/**/*
node_modules/dayjs/**/*
!node_modules/dayjs/dayjs.min.js
!node_modules/dayjs/plugin/customParseFormat.js
backup
images/**
!images/logo.png
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,8 @@
"buildBrowser": "node ./csvEditorHtml/out/browser/build/build.js"
},
"dependencies": {
"@vscode/webview-ui-toolkit": "1.0.0"
"@vscode/webview-ui-toolkit": "1.0.0",
"dayjs": "1.11.13"
},
"devDependencies": {
"@sweetalert2/theme-dark": "3.2.0",
Expand All @@ -754,7 +755,6 @@
"@vscode/test-electron": "2.4.1",
"bulma-toast": "2.0.3",
"chardet": "1.2.1",
"dayjs": "1.11.13",
"fs-extra": "9.0.1",
"glob": "7.1.6",
"iconv-lite": "0.6.2",
Expand Down

0 comments on commit 8e4ef32

Please sign in to comment.