We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4afd34 commit c1dfd52Copy full SHA for c1dfd52
package.json
@@ -2,6 +2,7 @@
2
"name": "@github/tab-container-element",
3
"version": "3.1.1",
4
"description": "Tab container element",
5
+ "type": "module",
6
"main": "dist/index.js",
7
"module": "dist/index.js",
8
"types": "dist/index.d.ts",
@@ -16,7 +17,7 @@
16
17
"prebuild": "npm run clean && npm run lint && mkdir dist",
18
"build": "tsc",
19
"pretest": "npm run build",
- "test": "karma start test/karma.config.js",
20
+ "test": "karma start test/karma.config.cjs",
21
"prepublishOnly": "npm run build",
22
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
23
},
test/karma.config.js renamed to test/karma.config.cjs
0 commit comments