Skip to content

Commit 0c5739d

Browse files
committed
Updated webpack-config-jaid
1 parent f055bc9 commit 0c5739d

File tree

3 files changed

+77
-22
lines changed

3 files changed

+77
-22
lines changed

package-lock.json

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

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.1",
2+
"version": "1.0.2",
33
"babel": {
44
"presets": [
55
"jaid"
@@ -8,6 +8,9 @@
88
"eslintConfig": {
99
"extends": "jaid"
1010
},
11+
"jest": {
12+
"testEnvironment": "node"
13+
},
1114
"devDependencies": {
1215
"@babel/core": "^7.2.2",
1316
"@babel/register": "^7.0.0",
@@ -19,7 +22,7 @@
1922
"jest": "24.0.0-alpha.12",
2023
"webpack": "^4.29.0",
2124
"webpack-cli": "^3.2.1",
22-
"webpack-config-jaid": "1.14.0"
25+
"webpack-config-jaid": "1.15.1"
2326
},
2427
"scripts": {
2528
"build:prod": "cross-env NODE_ENV=production webpack",
@@ -30,4 +33,4 @@
3033
"prepare": "jest --clearCache",
3134
"release": "npm run build:prod && npm publish dist"
3235
}
33-
}
36+
}

webpack.config.babel.js

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,16 @@ import webpackConfigJaid from "webpack-config-jaid"
33
export default webpackConfigJaid({
44
type: "lib",
55
include: [
6-
"license.txt",
6+
"license.*",
77
"readme.md",
88
],
99
publishimo: {
1010
publishimoOptions: {
11-
config: {
12-
author: {
13-
name: "Jaid",
14-
email: "jaid.jsx@gmail.com",
15-
github: true,
16-
},
17-
license: "MIT",
11+
fetchGithub: true,
12+
author: {
13+
name: "Jaid",
14+
email: "jaid.jsx@gmail.com",
15+
github: true,
1816
},
1917
},
2018
},

0 commit comments

Comments
 (0)