Skip to content

Commit 059db11

Browse files
EmilTholinbenmonro
authored andcommitted
fix: Add main and description fields to package.json (#15)
1 parent a126661 commit 059db11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: package.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"name": "svlt-testing-library",
33
"version": "0.0.0-semantically-released",
4+
"description": "Simple and complete Svelte testing utilities that encourage good testing practices.",
5+
"main": "dist/index.js",
46
"devDependencies": {
57
"babel-jest": "^24.7.1",
68
"deasync": "^0.1.14",

0 commit comments

Comments
 (0)