Skip to content

Commit

Permalink
bump is-plain-object and adapt
Browse files Browse the repository at this point in the history
  • Loading branch information
etpinard committed May 1, 2024
1 parent cd0adf9 commit e31f160
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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
Expand Up @@ -32,7 +32,7 @@
"assert": "^2.1.0",
"coveralls": "^3.1.1",
"fs-extra": "^9.1.0",
"is-plain-object": "^3.0.1",
"is-plain-object": "^5.0.0",
"mocha": "^10.4.0",
"nyc": "^15.1.0",
"snazzy": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion test/cases/project_clean.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const fs = require('fs-extra')
const path = require('path')
const isPlainObject = require('is-plain-object')
const { isPlainObject } = require('is-plain-object')

const buildPath = path.join(__dirname, '..', 'build')
const dirName = path.basename(__filename).split('.')[0]
Expand Down
2 changes: 1 addition & 1 deletion test/cases/project_nested.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const fs = require('fs-extra')
const path = require('path')
const isPlainObject = require('is-plain-object')
const { isPlainObject } = require('is-plain-object')

const buildPath = path.join(__dirname, '..', 'build')
const dirName = path.basename(__filename).split('.')[0]
Expand Down

0 comments on commit e31f160

Please sign in to comment.