Skip to content

Commit

Permalink
rename to @gordonmleigh/superdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonmleigh committed Aug 13, 2023
1 parent 76de6d7 commit 43f3fac
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
5 changes: 0 additions & 5 deletions packages/docs/content/about.mdx

This file was deleted.

4 changes: 2 additions & 2 deletions packages/docs/content/learn.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: Quick Start
---

Install `superlibrary` using your favourite package manager. Types are included!
Install `@gordonmleigh/superdocs` using your favourite package manager. Types are included!

```bash
$ npm install superlibrary
$ npm install @gordonmleigh/superdocs
```
11 changes: 10 additions & 1 deletion packages/superdocs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
{
"name": "superdocs",
"name": "@gordonmleigh/superdocs",
"version": "0.1.0",
"publishConfig": {
"access": "public"
},
"author": {
"name": "Gordon Leigh"
},
"repository": "https://github.com/gordonmleigh/superdocs",
"homepage": "https://gordonmleigh.github.io/superdocs",
"license": "MIT",
"dependencies": {
"@floating-ui/react-dom": "^2.0.1",
"chalk": "^5.3.0",
Expand Down

0 comments on commit 43f3fac

Please sign in to comment.