Skip to content

Commit 41b8de2

Browse files
committed
add improve meta data
1 parent e0d67ad commit 41b8de2

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

package.json

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "tonic",
2+
"name": "@conductorlab/tonic",
33
"version": "7.2.1",
44
"description": "A composable component inspired by React.",
55
"main": "events.js",
@@ -9,10 +9,23 @@
99
"build:demo": "browserify --bare ./demo > ./docs/bundle.js"
1010
},
1111
"author": "",
12-
"license": "ISC",
12+
"license": "MIT",
1313
"devDependencies": {
1414
"browserify": "^16.2.2",
1515
"tape": "^4.9.1",
1616
"tape-run": "^4.0.0"
17-
}
17+
},
18+
"directories": {
19+
"test": "test"
20+
},
21+
"dependencies": {
22+
},
23+
"repository": {
24+
"type": "git",
25+
"url": "git+https://github.com/hxoht/tonic.git"
26+
},
27+
"bugs": {
28+
"url": "https://github.com/hxoht/tonic/issues"
29+
},
30+
"homepage": "https://github.com/hxoht/tonic#readme"
1831
}

0 commit comments

Comments
 (0)