Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishiv committed Aug 21, 2024
1 parent 874b2bb commit 9ad6c67
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# attorney

⚡ Ultra lean test framework for browser and node.

[![Version](https://img.shields.io/npm/v/attorneyjs.svg?color=success&style=flat-square)](https://www.npmjs.com/package/attorneyjs)
[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)
[![Build Status](https://github.com/abhishiv/attorney/actions/workflows/ci.yml/badge.svg)](https://github.com/abhishiv/attorney/actions/workflows/ci.yml)
![Badge size](https://deno.bundlejs.com/badge?q=attorneyjs&treeshake=[*]&config={%22cdn%22:%22https://cdn.jsdelivr.net/npm%22})

**npm**: `npm i attorney`

**cdn**: https://cdn.jsdelivr.net/npm/attorneyjs/+esm

---
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,5 @@
"dependencies": {
"buckwheat": "^1.1.2"
},
"peerDependencies": {
"alfama": "*"
}
"peerDependencies": {}
}

0 comments on commit 9ad6c67

Please sign in to comment.