Skip to content

Commit

Permalink
feat(assert): replace util w/ browserify-util
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Jan 6, 2024
1 parent 4e3138b commit 66bbb7f
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/manual/assert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"dependencies": {
"@nolyfill/is-nan": "workspace:*",
"@nolyfill/object-is": "workspace:*",
"@nolyfill/object.assign": "workspace:*"
"@nolyfill/object.assign": "workspace:*",
"browserify-util": "^0.12.6"
},
"devDependencies": {
"@rollup/plugin-alias": "^5.1.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/manual/assert/rollup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ export default defineConfig(async () => {
entries: {
'object.assign/polyfill': '@nolyfill/object.assign/polyfill',
'object-is/polyfill': '@nolyfill/object-is/polyfill',
'is-nan': '@nolyfill/is-nan'
'is-nan': '@nolyfill/is-nan',
util: 'browserify-util'
}
}),
minify({
Expand Down
29 changes: 28 additions & 1 deletion pnpm-lock.yaml

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

0 comments on commit 66bbb7f

Please sign in to comment.