Skip to content

Commit

Permalink
fix main
Browse files Browse the repository at this point in the history
  • Loading branch information
IbrahimTanyalcin committed Nov 27, 2023
1 parent 0ed82fe commit 91c1031
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ ch[`li{
include the base script and your custom method collections (or the ones included in the `collections` folder of the repo):
```html
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/dist/cahir.0.0.4.evergreen.umd.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/collections/DOM/ch.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].5/dist/cahir.0.0.5.evergreen.umd.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].5/collections/DOM/ch.js"></script>
```
## Node/Bun
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "cahir",
"version": "0.0.4",
"version": "0.0.5",
"type": "module",
"description": "flexible interface for method chaining using Proxy and tagged template literals",
"main": "./dist/cahir.0.0.0.evergreen.umd.min.js",
"main": "./dist/cahir.0.0.5.evergreen.umd.min.js",
"scripts": {
"test": "cross-env-shell CHAIN_VERSION=${npm_package_version} jest --ci",
"buildEvergreen": "cross-env-shell CHAIN_VERSION=${npm_package_version} CHAIN_GLOBAL_NAME=${npm_package_name} rollup -c ./rollup.config.evergreen.js",
Expand Down

0 comments on commit 91c1031

Please sign in to comment.