mirror of
https://github.com/maciejpedzich/cats-album.git
synced 2024-11-09 23:03:02 +01:00
Install Chota
This commit is contained in:
parent
7403f014d8
commit
b39d1c4ae3
8
package-lock.json
generated
8
package-lock.json
generated
@ -8,7 +8,8 @@
|
||||
"name": "catsof-tech",
|
||||
"version": "0.0.1",
|
||||
"dependencies": {
|
||||
"astro": "^3.0.7"
|
||||
"astro": "^3.0.7",
|
||||
"chota": "^0.9.2"
|
||||
}
|
||||
},
|
||||
"node_modules/@ampproject/remapping": {
|
||||
@ -1387,6 +1388,11 @@
|
||||
"fsevents": "~2.3.2"
|
||||
}
|
||||
},
|
||||
"node_modules/chota": {
|
||||
"version": "0.9.2",
|
||||
"resolved": "https://registry.npmjs.org/chota/-/chota-0.9.2.tgz",
|
||||
"integrity": "sha512-DmCHT/R+yMr/aYQuokkJeNIjknSgpMpM9mR0tDlqPu8A+lGo9TS/KFPpze5Q9PPrCWenp/VG7Y10usyNDoIygQ=="
|
||||
},
|
||||
"node_modules/chownr": {
|
||||
"version": "1.1.4",
|
||||
"resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz",
|
||||
|
@ -10,6 +10,7 @@
|
||||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^3.0.7"
|
||||
"astro": "^3.0.7",
|
||||
"chota": "^0.9.2"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user