Skip to content

Commit

Permalink
fix(tweet): update import to use npm package
Browse files Browse the repository at this point in the history
instead of relative path
  • Loading branch information
dezren39 authored Sep 17, 2020
1 parent 898040f commit 02777fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

// import section
import {} from "dotenv/config.js";
import tweet from "../../twitter-tweet/lib/index.js";
import tweet from "twitter-tweet";
import autohook from "twitter-autohook";
import fs from "fs";
import Twitter from "twitter-lite";
Expand Down

0 comments on commit 02777fa

Please sign in to comment.