Skip to content

Commit

Permalink
Merge pull request #36 from hckrnews/feature/trojs
Browse files Browse the repository at this point in the history
Move to TroJS
  • Loading branch information
w3nl authored May 21, 2024
2 parents 53e3ac2 + 8c3858d commit 770fb45
Show file tree
Hide file tree
Showing 6 changed files with 476 additions and 381 deletions.
1 change: 0 additions & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@

github: [w3nl]
patreon: w3news
buymeacoffee: https://www.buymeacoffee.com/hckrnews
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Contributing

HckrNews Enum is Free and Open Source Software. Issues and pull requests are more than welcome!
TroJS Enum is Free and Open Source Software. Issues and pull requests are more than welcome!
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 Hckr.News
Copyright (c) 2024 TroJS

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

## Installation

`npm install @hckrnews/enum`
`npm install @trojs/enum`
or
`yarn add @hckrnews/enum`
`yarn add @trojs/enum`

## Test the package

Expand All @@ -17,7 +17,7 @@ or
## Usage

```javascript
import { Enum } from '@hckrnews/enum'
import { Enum } from '@trojs/enum'

class Example extends Enum {
static test = 'TEXT'
Expand Down Expand Up @@ -73,8 +73,8 @@ example.toJSON() // 42
JSON.stringify(example) // '42'
```

[npm-url]: https://www.npmjs.com/package/@hckrnews/enum
[npm-image]: https://img.shields.io/npm/v/@hckrnews/enum.svg
[npm-url]: https://www.npmjs.com/package/@trojs/enum
[npm-image]: https://img.shields.io/npm/v/@trojs/enum.svg

[bugs-url]: https://sonarcloud.io/project/issues?id=hckrnews_enum&resolved=false&types=BUG
[bugs-image]: https://sonarcloud.io/api/project_badges/measure?project=hckrnews_enum&metric=bugs
Expand Down
Loading

0 comments on commit 770fb45

Please sign in to comment.