Skip to content

Commit d0d91d3

Browse files
committed
BREAKING: rework as 'cell'
1 parent 6e3f3a1 commit d0d91d3

File tree

12 files changed

+471
-754
lines changed

12 files changed

+471
-754
lines changed

.bmp.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
version: 0.6.1
1+
version: 0.1.0
22
commit: 'chore: bump to v%.%.%'
33
files:
44
README.md:
5-
- Capsule v%.%.%
6-
- 'https://deno.land/x/capsule@v%.%.%/mod.ts'
7-
- 'https://raw.githubusercontent.com/capsidjs/capsule/v%.%.%/dist.min.js'
8-
- 'https://deno.land/x/capsule@v%.%.%/dist.min.js'
9-
- 'https://deno.land/x/capsule@v%.%.%/loader.js'
10-
mod.ts: Capsule v%.%.%
5+
- Cell v%.%.%
6+
mod.ts: Cell v%.%.%
117
deno.json: '"version": "%.%.%"'

LICENSE

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
1-
The MIT License
2-
Copyright © 2022 Yoshiya Hinosawa ( @kt3k )
1+
The MIT License Copyright © 2024 Yoshiya Hinosawa ( @kt3k )
32

4-
Permission is hereby granted, free of charge, to any person obtaining a copy
5-
of this software and associated documentation files (the "Software"), to deal
6-
in the Software without restriction, including without limitation the rights
7-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8-
copies of the Software, and to permit persons to whom the Software is
9-
furnished to do so, subject to the following conditions:
3+
Permission is hereby granted, free of charge, to any person obtaining a copy of
4+
this software and associated documentation files (the "Software"), to deal in
5+
the Software without restriction, including without limitation the rights to
6+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
7+
the Software, and to permit persons to whom the Software is furnished to do so,
8+
subject to the following conditions:
109

11-
The above copyright notice and this permission notice shall be included in
12-
all copies or substantial portions of the Software.
10+
The above copyright notice and this permission notice shall be included in all
11+
copies or substantial portions of the Software.
1312

1413
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
20-
THE SOFTWARE.
14+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
15+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
16+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
17+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
18+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 commit comments

Comments
 (0)