Skip to content

Commit 0174708

Browse files
committed
Dependency upgrade
1 parent 0c5739d commit 0174708

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

package-lock.json

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

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
2-
"version": "1.0.2",
2+
"version": "1.0.3",
3+
"author": {
4+
"name": "Jaid",
5+
"email": "jaid.jsx@gmail.com",
6+
"url": "https://github.com/Jaid"
7+
},
38
"babel": {
49
"presets": [
510
"jaid"
@@ -22,7 +27,7 @@
2227
"jest": "24.0.0-alpha.12",
2328
"webpack": "^4.29.0",
2429
"webpack-cli": "^3.2.1",
25-
"webpack-config-jaid": "1.15.1"
30+
"webpack-config-jaid": "1.16.1"
2631
},
2732
"scripts": {
2833
"build:prod": "cross-env NODE_ENV=production webpack",

webpack.config.babel.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ export default webpackConfigJaid({
99
publishimo: {
1010
publishimoOptions: {
1111
fetchGithub: true,
12-
author: {
13-
name: "Jaid",
14-
email: "jaid.jsx@gmail.com",
15-
github: true,
16-
},
1712
},
1813
},
1914
})

0 commit comments

Comments
 (0)