We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1a566c commit 17fc0ccCopy full SHA for 17fc0cc
playground/package.json
@@ -2,7 +2,6 @@
2
"name": "@agney/playground",
3
"version": "0.8.1",
4
"private": false,
5
- "type": "module",
6
"description": "A simple playground for HTML, CSS and JavaScript supporting module imports.",
7
"keywords": [
8
"editor",
@@ -23,6 +22,7 @@
23
22
"dist",
24
"README.md"
25
],
+ "type": "module",
26
"main": "dist/playground.js",
27
"module": "dist/playground.module.js",
28
"types": "dist/Playground.d.ts",
0 commit comments