Compare commits

...

2 commits

Author SHA1 Message Date
821e1b23e0 README : organisation 2024-05-03 11:07:35 +02:00
297878b468 package : version -> 0.1.0 2024-05-03 11:06:53 +02:00
3 changed files with 5 additions and 5 deletions

View file

@ -14,7 +14,7 @@ Made with Astro framework (really cool framework but JS was an error).
- [x] Content - [x] Content
- [x] Logos - [x] Logos
- [x] Style - [x] Style
- [ ] Background - [x] Responsive design
- [x] Background
- [ ] SEO - [ ] SEO
- [ ] Embed - [ ] Embed
- [x] Responsive design

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "ahurac-homepage", "name": "ahurac-homepage",
"version": "0.0.1", "version": "0.1.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "ahurac-homepage", "name": "ahurac-homepage",
"version": "0.0.1", "version": "0.1.0",
"dependencies": { "dependencies": {
"@astrojs/check": "^0.3.2", "@astrojs/check": "^0.3.2",
"astro": "^4.0.4", "astro": "^4.0.4",

View file

@ -1,7 +1,7 @@
{ {
"name": "ahurac-homepage", "name": "ahurac-homepage",
"type": "module", "type": "module",
"version": "0.0.1", "version": "0.1.0",
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
"start": "astro dev", "start": "astro dev",