Skip to content

Commit

Permalink
Add browser support to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonXLF committed Sep 30, 2024
1 parent 15026e5 commit 8b59e93
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,18 @@ c(
);
```

## Commands
## No-Transpilation Support

c-minor supports browser with support for the `append` function on `Element` without transpilation.

* Chrome: >= 54
* Edge: >= 17
* Firefox: >= 49
* Internet Explorer: None
* Opera: >= 41
* Safari: >= 10

## Development Commands

* `npm run build` - Generate publishable version of c-minor in the `dist` directory.
* `npm run test` - Run both code tests and `c.d.ts` type tests.
Expand Down

0 comments on commit 8b59e93

Please sign in to comment.