Skip to content

Commit

Permalink
Dependency upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaid committed Jan 31, 2019
1 parent 4069b19 commit bcf06b7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 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 @@ -25,7 +25,7 @@
"rimraf": "^2.6.3",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1",
"webpack-config-jaid": "1.22.4"
"webpack-config-jaid": "1.23.0"
},
"scripts": {
"clean": "rimraf dist dist-jsdoc",
Expand Down
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/** @module array-to-object-keys */

/**
* Converts an array to an object with static keys and customizable values
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.babel.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import webpackConfigJaid from "webpack-config-jaid"

export default webpackConfigJaid({
documentation: true,
documentation: {},
publishimo: {
publishimoOptions: {
fetchGithub: true,
Expand Down

0 comments on commit bcf06b7

Please sign in to comment.