Skip to content

Commit

Permalink
Added class-components and more
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianFun123 committed Mar 6, 2024
1 parent 3f9ce86 commit 58f507d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# JDOM `3.0.4`
# JDOM `3.1.0`
## A wrapper for query selector and html elements + templating & reactivity framework

- [Installation or embedding](#install)
Expand Down Expand Up @@ -28,12 +28,12 @@ npm install jdomjs

### Module
```js
import { $, $n, $c, $r, $h, JDOM } from 'https://cdn.jsdelivr.net/npm/jdomjs@3.0.4/index.js'
import { $, $n, $c, $r, $h, JDOM } from 'https://cdn.jsdelivr.net/npm/jdomjs@3.1.0/index.js'
```

### HTML import
```js
<script src="https://cdn.jsdelivr.net/npm/jdom@3.0.4/dist/jdom.js"></script>
<script src="https://cdn.jsdelivr.net/npm/jdom@3.1.0/dist/jdom.js"></script>
```

## DOM Manipulation
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jdomjs",
"version": "3.0.4",
"version": "3.1.0",
"description": "A wrapper for query selector and html elements",
"main": "index.js",

Expand Down

0 comments on commit 58f507d

Please sign in to comment.