Skip to content

Commit 8e4ef32

Browse files
committed
- fixed build - dayjs was not in dependencies
1 parent 673c6cb commit 8e4ef32

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.vscodeignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ node_modules/exenv-es6/**/*
2323
node_modules/loose-envify/**/*
2424
node_modules/js-tokens/**/*
2525
node_modules/tslib/**/*
26+
node_modules/dayjs/**/*
27+
!node_modules/dayjs/dayjs.min.js
28+
!node_modules/dayjs/plugin/customParseFormat.js
2629
backup
2730
images/**
2831
!images/logo.png

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,8 @@
735735
"buildBrowser": "node ./csvEditorHtml/out/browser/build/build.js"
736736
},
737737
"dependencies": {
738-
"@vscode/webview-ui-toolkit": "1.0.0"
738+
"@vscode/webview-ui-toolkit": "1.0.0",
739+
"dayjs": "1.11.13"
739740
},
740741
"devDependencies": {
741742
"@sweetalert2/theme-dark": "3.2.0",
@@ -754,7 +755,6 @@
754755
"@vscode/test-electron": "2.4.1",
755756
"bulma-toast": "2.0.3",
756757
"chardet": "1.2.1",
757-
"dayjs": "1.11.13",
758758
"fs-extra": "9.0.1",
759759
"glob": "7.1.6",
760760
"iconv-lite": "0.6.2",

0 commit comments

Comments
 (0)