Skip to content

Commit fdb05a2

Browse files
committed
fix: publish readme and license to npm
1 parent 64053c0 commit fdb05a2

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@
3535
"tiny"
3636
],
3737
"files": [
38-
"lib"
38+
"lib",
39+
"LICENSE",
40+
"README.md"
3941
],
4042
"author": "Artem Zakharchenko",
4143
"license": "MIT",
@@ -53,4 +55,4 @@
5355
"is-node-process": "^1.2.0",
5456
"outvariant": "^1.4.0"
5557
}
56-
}
58+
}

0 commit comments

Comments
 (0)