Skip to content

Commit

Permalink
fix: Add main and description fields to package.json (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilTholin authored and benmonro committed May 4, 2019
1 parent a126661 commit 059db11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"name": "svlt-testing-library",
"version": "0.0.0-semantically-released",
"description": "Simple and complete Svelte testing utilities that encourage good testing practices.",
"main": "dist/index.js",
"devDependencies": {
"babel-jest": "^24.7.1",
"deasync": "^0.1.14",
Expand Down

0 comments on commit 059db11

Please sign in to comment.