Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #5 from storybookjs/fix/cjs-target-output
Browse files Browse the repository at this point in the history
fix: change output target to commonjs
  • Loading branch information
yannbf committed Nov 19, 2021
2 parents 9d6cc8b + bdcc2bc commit 6f9b811
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"type": "git",
"url": "https://github.com/storybookjs/testing-library.git"
},
"browser": "dist/index.js",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"outDir": "./dist/",
"noImplicitAny": true,
"module": "es6",
"module": "CommonJS",
"target": "es5",
"allowJs": true,
"moduleResolution": "node",
Expand Down

0 comments on commit 6f9b811

Please sign in to comment.