Skip to content

Commit e80018a

Browse files
committed
Added license and readme to output
1 parent 6422908 commit e80018a

File tree

3 files changed

+154
-6
lines changed

3 files changed

+154
-6
lines changed

package-lock.json

Lines changed: 147 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0",
2+
"version": "1.0.1",
33
"babel": {
44
"presets": [
55
"jaid"
@@ -19,7 +19,7 @@
1919
"jest": "24.0.0-alpha.12",
2020
"webpack": "^4.28.4",
2121
"webpack-cli": "^3.2.1",
22-
"webpack-config-jaid": "1.10.0"
22+
"webpack-config-jaid": "1.11.0"
2323
},
2424
"scripts": {
2525
"build:prod": "cross-env NODE_ENV=production webpack",
@@ -31,4 +31,4 @@
3131
"prepare": "jest --clearCache",
3232
"release": "npm publish dist"
3333
}
34-
}
34+
}

webpack.config.babel.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ import webpackConfigJaid from "webpack-config-jaid"
22

33
export default webpackConfigJaid({
44
type: "lib",
5+
include: [
6+
"license.txt",
7+
"readme.md",
8+
],
59
publishimo: {
610
publishimoOptions: {
711
config: {

0 commit comments

Comments
 (0)