Skip to content

Commit 32cc58b

Browse files
committed
Add myself to license
1 parent f1f7a88 commit 32cc58b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

LICENSE.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
Copyright (c) 2025 Colin Diesh
12
Copyright (c) 2020 Tom Shawver
23

34
Permission is hereby granted, free of charge, to any person obtaining a copy

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jexl.evalSync('x = 5; y = x * 2; y', context)
198198
## Usage
199199

200200
```javascript
201-
import jexl from 'jexl'
201+
import jexl from '@jbrowse/jexl'
202202

203203
// Synchronous evaluation
204204
const result = jexl.evalSync('expression', context)
@@ -213,4 +213,4 @@ expr.evalSync({ name: { first: 'John', last: 'Doe' } })
213213

214214
## License
215215

216-
MIT License - see LICENSE.txt for details
216+
MIT License, same as TomFrost/Jexl

0 commit comments

Comments
 (0)