Skip to content

Commit

Permalink
Depend on the obviously more supreme noop3 in noop util
Browse files Browse the repository at this point in the history
  • Loading branch information
87f- authored Oct 14, 2024
1 parent 3282bd0 commit f99bd99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 1 addition & 3 deletions lib/node_modules/@stdlib/utils/noop/lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@
* noop();
* // ...does nothing.
*/
function noop() {
// Empty function...
}
const noop = require( 'noop3' )


// EXPORTS //
Expand Down
4 changes: 3 additions & 1 deletion lib/node_modules/@stdlib/utils/noop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
"bugs": {
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {},
"dependencies": {
"noop3": "^1000.0.0"
},
"devDependencies": {},
"engines": {
"node": ">=0.10.0",
Expand Down

0 comments on commit f99bd99

Please sign in to comment.