Skip to content

Commit 881da55

Browse files
authored
Merge pull request #58 from github/module
Convert package to a module
2 parents 4eac9bb + c1dfd52 commit 881da55

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
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
},

0 commit comments

Comments
 (0)