Skip to content

Commit

Permalink
fix: fix typing path in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
yadamskaya committed Jul 27, 2021
1 parent b90d793 commit 3b4e211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"CLA.md"
],
"module": "lib/playground.js",
"types": "types/src/playground.d.ts",
"types": "types/playground.d.ts",
"sideEffects": [
"lib/palyground.css",
"lib/palyground.run.js",
Expand Down

0 comments on commit 3b4e211

Please # to comment.