1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-20 01:09:35 +05:30

(refactor): updated package.json info

This commit is contained in:
2024-08-13 20:22:42 +05:30
parent 8f51ed49be
commit ffc6318fdb
2 changed files with 45 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "neosubhamoy",
"version": "1.0.0",
"description": "",
"name": "neosubhamoy-portfolio",
"version": "2.0.1",
"description": "Official Portfolio Website of Subhamoy Biswas (@neo_subhamoy)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
@@ -9,7 +9,7 @@
},
"keywords": [],
"author": "neo_subhamoy",
"license": "ISC",
"license": "MIT",
"devDependencies": {
"tailwindcss": "^3.4.9"
}