Skip to content

Commit 3b255a9

Browse files
committed
Specify license in deno.json. Bump version to 0.1.6.
1 parent 42f66c1 commit 3b255a9

File tree

2 files changed

+3
-23
lines changed

2 files changed

+3
-23
lines changed

LICENSE

-21
This file was deleted.

deno.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"name": "@quentinadam/decimal",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
4+
"license": "MIT",
45
"exports": "./Decimal.ts",
56
"imports": {
6-
"@quentinadam/assert": "jsr:@quentinadam/assert@^0.1.6"
7+
"@quentinadam/assert": "jsr:@quentinadam/assert@^0.1.7"
78
},
89
"publish": {
910
"exclude": [

0 commit comments

Comments
 (0)