Skip to content

Commit

Permalink
fx missing index definition file (#10)
Browse files Browse the repository at this point in the history
* fixed runtime error @propReflect & @GetSet when var is null
* fix getset helper event not reflecting on changes
* fx index definition file is being npm ignored
  • Loading branch information
josnin authored Feb 8, 2023
1 parent d4c5de0 commit 4ff374a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ tslint.json
index.html
index.ts
index.js
index.d.ts
dist/redgin.min.js.map
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import { Redgin } from 'https://cdn.jsdelivr.net/gh/josnin/redgin@main/dist/redgin.min.js'

// or specific version
import { RedGin } from 'https://cdn.jsdelivr.net/gh/josnin/[email protected].14/dist/redgin.min.js'
import { RedGin } from 'https://cdn.jsdelivr.net/gh/josnin/[email protected].15/dist/redgin.min.js'
```

### Or Install using NPM
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": "redgin",
"version": "0.1.14",
"version": "0.1.15",
"description": "~5.3kb Simplified library for building Web Components, works on Vanilla JS / all JS framework",
"keywords": [
"redgin",
Expand Down

0 comments on commit 4ff374a

Please sign in to comment.