Comparing version 2.0.1 to 2.0.2
# athro | ||
## 2.0.2 | ||
### Patch Changes | ||
- updated readme and license | ||
## 2.0.1 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "athro", | ||
"author": "arneeshaima", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "A datastructures and algorithms library for TS/JS", | ||
@@ -64,8 +64,5 @@ "main": "dist/index.js", | ||
"expressjs", | ||
"ember.js", | ||
"meteor", | ||
"mithril", | ||
"backbone.js", | ||
"polymer", | ||
"svelte" | ||
"svelte", | ||
"bun", | ||
"deno" | ||
], | ||
@@ -72,0 +69,0 @@ "scripts": { |
@@ -14,5 +14,30 @@ | ||
### Links | ||
- Visit the project on **[npm](https://www.npmjs.com/package/athro)** | ||
- Visit the project on **[github](https://github.com/arneesh/athro)** | ||
- Visit the project's site **[athro](https://athro.arneeshaima.com/)** | ||
## Installation | ||
Add **athro** to your project using one of the following commands. | ||
**With npm** | ||
```bash | ||
npm install athro | ||
``` | ||
**or With yarn** | ||
```bash | ||
yarn add athro | ||
``` | ||
**or With pnpm** | ||
```bash | ||
pnpm add athro | ||
``` | ||
## Athro Documentation | ||
For more information visit the athro <a href="https://athro.arneeshaima.com" target="_blank">Documentation</a> | ||
## License | ||
[MIT](./LICENSE) License © 2020-Present [Arneesh Aima](https://github.com/arneesh) |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
60128
42