pull/1836/head
Cory LaViska 2024-01-23 11:24:02 -05:00
rodzic afc6dc1923
commit 1f87f429ed
2 zmienionych plików z 1 dodań i 2 usunięć

2
.gitignore vendored
Wyświetl plik

@ -1,8 +1,6 @@
_site _site
.cache .cache
.DS_Store .DS_Store
package.json
package-lock.json
cdn cdn
dist dist
docs/assets/images/sprite.svg docs/assets/images/sprite.svg

1
package-lock.json wygenerowano
Wyświetl plik

@ -7,6 +7,7 @@
"": { "": {
"name": "@shoelace-style/shoelace", "name": "@shoelace-style/shoelace",
"version": "2.12.0", "version": "2.12.0",
"hasInstallScript": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@ctrl/tinycolor": "^4.0.2", "@ctrl/tinycolor": "^4.0.2",