Skip to content

Commit 181416e

Browse files
committed
Update package.json
- Rev the minor version - Add a description - Update GitHub links
1 parent eae841d commit 181416e

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
{
22
"name": "pythonsd-django",
3-
"version": "0.1.0",
4-
"description": "",
5-
"main": "index.js",
3+
"version": "0.2.0",
4+
"description": "San Diego Python Website - sandiegopython.org",
65
"scripts": {
76
"dist": "tailwindcss -i ./assets/src/input.css -o ./assets/dist/main.css --minify",
87
"build": "tailwindcss -i ./assets/src/input.css -o ./assets/dist/main.css",
98
"watch": "tailwindcss -i ./assets/src/input.css -o ./assets/dist/main.css --watch"
109
},
1110
"repository": {
1211
"type": "git",
13-
"url": "git+https://github.com/pythonsd/pythonsd-django.git"
12+
"url": "git+https://github.com/sandiegopython/pythonsd-django.git"
1413
},
1514
"engines": {
1615
"npm": ">=10.0.0 <11.0.0",
@@ -19,9 +18,9 @@
1918
"author": "San Diego Python & Contributors",
2019
"license": "MIT",
2120
"bugs": {
22-
"url": "https://github.com/pythonsd/pythonsd-django/issues"
21+
"url": "https://github.com/sandiegopython/pythonsd-django/issues"
2322
},
24-
"homepage": "https://github.com/pythonsd/pythonsd-django#readme",
23+
"homepage": "https://github.com/sandiegopython/pythonsd-django#readme",
2524
"dependencies": {
2625
"htmx.org": "^1.9.12",
2726
"hyperscript.org": "^0.9.12"

0 commit comments

Comments
 (0)