Skip to content

Commit

Permalink
Merge pull request #34 from stitchfix/rw/remove-common
Browse files Browse the repository at this point in the history
Rw/remove common
  • Loading branch information
robwierzbowski authored Jun 24, 2021
2 parents dcd2ce4 + 336329e commit 54005ed
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require('./src/stitch_fix/logWeasel');
export { default } from './src/stitch_fix/generateId';
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stitch-fix/log-weasel",
"description": "Log Weasel Javascript client",
"version": "2.0.0",
"version": "2.0.1",
"author": "Stitch Fix",
"license": "UNLICENSED",
"main": "index.js",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import generateId from '../logWeasel';
import generateId from '../generateId';

const appName = 'weasel-gang-ui';

Expand Down
File renamed without changes.

0 comments on commit 54005ed

Please sign in to comment.