Skip to content

Commit

Permalink
test: update karma test package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdbradley committed Aug 20, 2020
1 parent 3abc07d commit 52c3485
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/karma/test-sibling/package.json
@@ -1,7 +1,7 @@
{
"name": "test-sibling",
"main": "dist/index.js",
"module": "dist/index.mjs",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"collection": "dist/collection/collection-manifest.json",
"types": "dist/types/components.d.ts"
}
}

0 comments on commit 52c3485

Please sign in to comment.