Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Sep 4, 2023
1 parent 8d96c24 commit 3cb3d59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
{
"name": "@microlink/mql",
"description": "Microlink Query Language. The official HTTP client to interact with Microlink API for Node.js, browsers & Deno.",
"homepage": "https://nicedoc.io/microlinkhq/mql",
"homepage": "https://microlink.io/mql",
"version": "0.10.38",
"types": "index.d.ts",
"main": "src/node.js",
"browser": "src/lightweight.js",
"umd:main": "dist/mql.js",
"unpkg": "dist/mql.js",
"exports": {
"import": "./dist/mql.js",
"require": "./src/node.js"
},
"author": {
"email": "josefrancisco.verdu@gmail.com",
"name": "Kiko Beats",
Expand Down Expand Up @@ -52,7 +48,7 @@
"dependencies": {
"flattie": "~1.1.0",
"got": "~11.8.6",
"url-http": "~1.0.7",
"url-http": "~1.1.0",
"whoops": "~4.1.1"
},
"devDependencies": {
Expand Down
2 changes: 0 additions & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ const build = ({ format, file }) => {
plugins: [
replace({
values: {
"const URL = globalThis ? globalThis.URL : require('url').URL":
'const URL = globalThis.URL',
__MQL_VERSION__: require('./package.json').version
}
}),
Expand Down

1 comment on commit 3cb3d59

@vercel
Copy link

@vercel vercel bot commented on 3cb3d59 Sep 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.