Skip to content

Commit

Permalink
Update debug from 4.3.3 -> 4.3.4, use strict
Browse files Browse the repository at this point in the history
  • Loading branch information
webketje committed Aug 6, 2022
1 parent 6f4f9dc commit f6d5125
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 11 deletions.
56 changes: 48 additions & 8 deletions package-lock.json

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

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"test": "test"
},
"files": [
"lib/index.js"
"lib/index.js",
"lib/index.cjs"
],
"scripts": {
"changelog": "auto-changelog -u date --commit-limit false --ignore-commit-pattern '^((dev|chore|ci):|Release)'",
Expand All @@ -40,12 +41,12 @@
"lint": "eslint --cache --fix \"{src,test}/**/*.js\"",
"lint:check": "eslint --cache --fix-dry-run \"{src,test}/**/*.js\"",
"release": "release-it .",
"build": "microbundle --target node --no-sourcemap -f cjs,esm",
"build": "microbundle --target node --no-sourcemap -f cjs,esm --strict",
"pretest": "npm run build",
"test": "nyc mocha -t 5000"
},
"dependencies": {
"debug": "^4.3.3",
"debug": "^4.3.4",
"deepmerge": "^4.2.2",
"js-yaml": "^4.1.0"
},
Expand Down

0 comments on commit f6d5125

Please sign in to comment.