Skip to content

Commit

Permalink
refactor: change lib name to ts-roids
Browse files Browse the repository at this point in the history
  • Loading branch information
AshGw committed Apr 18, 2024
1 parent 1c14e87 commit a0cd2c5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
### Installation
```bash
npm i ts-extended
npm i ts-roids
```

### Example
```ts
import { locked, final } from 'ts-extended';
import { locked, final } from 'ts-roids';
import type {
Maybe,
Primitive,
Newable,
Callable
} from 'ts-extended';
} from 'ts-roids';

export type F<A extends Primitive, R extends Newable> = Callable<A[], R>;

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "ts-extended",
"name": "ts-roids",
"version": "1.9.0",
"private": false,
"description": "Extending the TS library with types and decorators that should've been built-in",
"keywords": [
"types",
"decorators"
],
"homepage": "https://github.com/ashgw/ts-extended",
"homepage": "https://github.com/ashgw/ts-roids",
"bugs": {
"url": "https://github.com/ashgw/ts-extended/issues"
"url": "https://github.com/ashgw/ts-roids/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ashgw/ts-extended.git"
"url": "git+https://github.com/ashgw/ts-roids.git"
},
"license": "GPL-3.0-only",
"author": {
Expand Down

0 comments on commit a0cd2c5

Please sign in to comment.