Skip to content
This repository has been archived by the owner on Mar 30, 2024. It is now read-only.

refactor: Switches to NextJS for the platform #2

Merged
merged 10 commits into from
Aug 8, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: Updates package.json
  • Loading branch information
frgfm committed Aug 8, 2023
commit c0430ffe48dfae169b297e224129f5a5b0787e41
20 changes: 19 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@
{
"name": "maintainer-platform",
"version": "0.1.0",
"private": true,
"license": "Apache-2.0",
"private": false,
"description": "Guideline curation by maintainers for contributors",
"author": {
"name": "F-G Fernandez",
"url": "https://github.com/frgfm"
},
"keywords": [
"ai",
"assistant",
"contribution",
"quackai",
"deep learning",
"maintainer"
],
"repository": {
"type": "git",
"url": "https://github.com/quack-ai/maintainer-platform"
},
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down