1
0
Fork 0

fix(fs.org): Package name fix

This commit is contained in:
Joost De Cock 2022-01-04 07:20:16 +01:00
parent 153907a007
commit 7f4aa82b56

View file

@ -1,5 +1,5 @@
{ {
"name": "freesewing.dev", "name": "freesewing.org",
"version": "2.19.6", "version": "2.19.6",
"private": true, "private": true,
"scripts": { "scripts": {
@ -12,7 +12,7 @@
"lint": "next lint", "lint": "next lint",
"testdeploy": "next build && next export && netlify-cli deploy", "testdeploy": "next build && next export && netlify-cli deploy",
"deploy": "next build && next export && netlify-cli deploy --prod", "deploy": "next build && next export && netlify-cli deploy --prod",
"serve": "pm2 start npm --name 'freesewing.dev' -- run start" "serve": "pm2 start npm --name 'freesewing.org' -- run start"
}, },
"dependencies": { "dependencies": {
"@heroicons/react": "^1.0.5", "@heroicons/react": "^1.0.5",