aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2022-10-20 13:38:46 -0400
committerAndrew Lee <alee14498@protonmail.com>2022-10-20 13:38:46 -0400
commited7b517697e0165c7959a3fc5efc212938851d6c (patch)
treea0b4c1f1e84b75a11b8423fc378d562bb264cbb6 /package.json
parent1a5b2b39b15021ff8f302527d9749509c8be5396 (diff)
downloadpersonal-website-ed7b517697e0165c7959a3fc5efc212938851d6c.tar.gz
personal-website-ed7b517697e0165c7959a3fc5efc212938851d6c.tar.bz2
personal-website-ed7b517697e0165c7959a3fc5efc212938851d6c.zip
Updated packages; Guidelines update
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 24b9883..bcef749 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,7 @@
"license": "GPL-3.0",
"scripts": {
"dev": "next dev",
- "build": "next build && next export",
+ "build": "next build",
"start": "next build && next start",
"lint": "next lint"
},
@@ -27,6 +27,6 @@
"eslint": "8.25.0",
"eslint-config-next": "12.3.1",
"postcss": "^8.4.18",
- "tailwindcss": "^3.1.2"
+ "tailwindcss": "^3.2.0"
}
}