Skip to content

Commit db348e8

Browse files
authored
toml package needs more metadata for publishing (#342)
1 parent 07b5dfa commit db348e8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/toml/package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
{
22
"name": "@covector/toml",
33
"version": "0.2.0",
4+
"license": "Apache-2.0",
5+
"homepage": "https://github.com/jbolda/covector#readme",
6+
"author": "Jacob Bolda <me@jacobbolda.com> (https://www.jacobbolda.com/)",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/jbolda/covector.git"
10+
},
11+
"engines": {
12+
"node": ">=18"
13+
},
414
"files": [
515
"pkg/covector_toml_bg.wasm",
616
"pkg/covector_toml.js",

0 commit comments

Comments
 (0)