Skip to content

Commit c1dfd52

Browse files
committed
Convert package to a module
1 parent d4afd34 commit c1dfd52

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@github/tab-container-element",
33
"version": "3.1.1",
44
"description": "Tab container element",
5+
"type": "module",
56
"main": "dist/index.js",
67
"module": "dist/index.js",
78
"types": "dist/index.d.ts",
@@ -16,7 +17,7 @@
1617
"prebuild": "npm run clean && npm run lint && mkdir dist",
1718
"build": "tsc",
1819
"pretest": "npm run build",
19-
"test": "karma start test/karma.config.js",
20+
"test": "karma start test/karma.config.cjs",
2021
"prepublishOnly": "npm run build",
2122
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
2223
},
File renamed without changes.

0 commit comments

Comments
 (0)