Skip to content

Commit bcf06b7

Browse files
committed
Dependency upgrade
1 parent 4069b19 commit bcf06b7

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"rimraf": "^2.6.3",
2626
"webpack": "^4.29.0",
2727
"webpack-cli": "^3.2.1",
28-
"webpack-config-jaid": "1.22.4"
28+
"webpack-config-jaid": "1.23.0"
2929
},
3030
"scripts": {
3131
"clean": "rimraf dist dist-jsdoc",

src/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/** @module array-to-object-keys */
21

32
/**
43
* Converts an array to an object with static keys and customizable values

webpack.config.babel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import webpackConfigJaid from "webpack-config-jaid"
22

33
export default webpackConfigJaid({
4-
documentation: true,
4+
documentation: {},
55
publishimo: {
66
publishimoOptions: {
77
fetchGithub: true,

0 commit comments

Comments
 (0)