Skip to content

Commit

Permalink
fix puppeteer bug
Browse files Browse the repository at this point in the history
  • Loading branch information
bharat-1809 committed Dec 5, 2021
1 parent 899b76e commit bf5a075
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.2

* Fix a bug where the module was not working on cloud environments.

## 1.0.1

* Initial Release
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See-Link

[![Build Status](https://img.shields.io/github/workflow/status/bharat-1809/see-link/CI?logo=github)](https://github.com/bharat-1809/see-link)
[![Package Version](https://img.shields.io/badge/npm-v1.0.0-blue)](https://www.npmjs.com/package/see-link)
[![Package Version](https://img.shields.io/badge/npm-v1.0.2-blue)](https://www.npmjs.com/package/see-link)
[![License](https://img.shields.io/badge/License-MIT-orange)](https://github.com/bharat-1809/see-link/blob/2a79daaa549d986eb05d51c8a919452f84a3b14e/LICENSE)
[![Donate](https://img.shields.io/badge/Donate-PayPal-00457C?logo=paypal)](https://www.paypal.me/bsharma1809)

Expand Down
1 change: 0 additions & 1 deletion lib/content_getters.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
const isBase64 = require("is-base64");
const getUrls = require("get-urls");
const fetch = require("node-fetch");
const puppeteer = require("puppeteer");
const constants = require("./constants.js");

/**
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "see-link",
"version": "1.0.1",
"version": "1.0.2",
"description": "See-a-link! Get the preview metadata of the given link",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit bf5a075

Please sign in to comment.