Skip to content

Commit

Permalink
fix: use correct file extension for "module" path (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
TCL735 authored Oct 27, 2021
1 parent 099d304 commit 7a0150f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions giraffe/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@influxdata/giraffe",
"version": "2.19.0",
"version": "2.19.1",
"main": "dist/index.js",
"module": "src/index.js",
"module": "src/index.ts",
"license": "MIT",
"scripts": {
"build": "rm -rf dist && NODE_ENV=production webpack --config webpack.prod.config.js",
Expand Down
2 changes: 1 addition & 1 deletion stories/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@influxdata/giraffe-stories",
"version": "2.19.0",
"version": "2.19.1",
"license": "MIT",
"scripts": {
"lint": "eslint '{src,../giraffe/src}/**/*.{ts,tsx}'",
Expand Down

0 comments on commit 7a0150f

Please sign in to comment.