Skip to content

Commit

Permalink
Меняет версию
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolai-shabalin committed Dec 1, 2024
1 parent 23f14e3 commit d485640
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/.idea
/.vscode
/node_modules
/data
/build
/dist
5 changes: 1 addition & 4 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// astro.config.mjs
import { defineConfig } from 'astro/config';

export default defineConfig({
// Ваша конфигурация Astro
});
export default defineConfig({});
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "css-properties",
"version": "2.0.0",
"version": "3.0.0",
"description": "List of all CSS properties added to browsers",
"main": "app.js",
"scripts": {
Expand Down

0 comments on commit d485640

Please sign in to comment.