Skip to content

Commit

Permalink
fix: use dist/index.js instead of src/index.ts to resolve dependencies (
Browse files Browse the repository at this point in the history
  • Loading branch information
TCL735 authored Oct 27, 2021
1 parent 7a0150f commit 6736750
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.1",
"version": "2.20.0",
"main": "dist/index.js",
"module": "src/index.ts",
"module": "dist/index.js",
"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.1",
"version": "2.20.0",
"license": "MIT",
"scripts": {
"lint": "eslint '{src,../giraffe/src}/**/*.{ts,tsx}'",
Expand Down

0 comments on commit 6736750

Please sign in to comment.