Skip to content

Commit

Permalink
ci: use Node.js globals
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Sep 3, 2023
1 parent bef44d6 commit d7005c2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 44 deletions.
10 changes: 1 addition & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,22 +56,15 @@
"@rollup/plugin-node-resolve": "latest",
"@rollup/plugin-replace": "latest",
"@rollup/plugin-terser": "latest",
"abort-controller": "latest",
"async-listen": "latest",
"ava": "3",
"beauty-error": "latest",
"c8": "latest",
"chalk": "latest",
"ci-publish": "latest",
"conventional-github-releaser": "latest",
"eachdir": "latest",
"esm": "latest",
"exists-file": "latest",
"git-authors-cli": "latest",
"ky": "latest",
"meow": "latest",
"nano-staged": "latest",
"node-fetch": "2",
"npm-check-updates": "latest",
"prettier-standard": "latest",
"rollup": "latest",
Expand All @@ -82,8 +75,7 @@
"standard-markdown": "latest",
"standard-version": "latest",
"stream-to-promise": "latest",
"tsd": "latest",
"web-streams-polyfill": "latest"
"tsd": "latest"
},
"engines": {
"node": ">= 12"
Expand Down
33 changes: 0 additions & 33 deletions test/browser-globals.js

This file was deleted.

2 changes: 0 additions & 2 deletions test/clients.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import './browser-globals'

import mqlLightweight from '../src/lightweight'
import mqlNode from '../src/node'

Expand Down

0 comments on commit d7005c2

Please sign in to comment.