piral-instance-webpack-plugin 1.1.0 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/README.md +2 -2
- package/package.json +3 -3
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -132,7 +132,7 @@ module.exports = {
|
|
|
132
132
|
|
|
133
133
|
Contributions in any form are appreciated and much welcome!
|
|
134
134
|
|
|
135
|
-
Just make sure to post an issue or reach out to
|
|
135
|
+
Just make sure to post an issue or reach out to us on the [](https://discord.gg/kKJ2FZmK8t) before starting actual work on anything. It really helps to avoid problems.
|
|
136
136
|
|
|
137
137
|
## License
|
|
138
138
|
|
|
@@ -143,6 +143,6 @@ This plugin is released using the MIT license.
|
|
|
143
143
|
[node]: https://img.shields.io/node/v/piral-instance-webpack-plugin.svg
|
|
144
144
|
[node-url]: https://nodejs.org
|
|
145
145
|
[chat]: https://img.shields.io/badge/gitter-piral.io%2Fcommunity-brightgreen.svg
|
|
146
|
-
[chat-url]: https://
|
|
146
|
+
[chat-url]: https://discord.gg/kKJ2FZmK8t
|
|
147
147
|
[size]: https://packagephobia.now.sh/badge?p=piral-instance-webpack-plugin
|
|
148
148
|
[size-url]: https://packagephobia.now.sh/result?p=piral-instance-webpack-plugin
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "piral-instance-webpack-plugin",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"description": "Webpack plugin for generating a valid Piral instance bundle.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
},
|
|
24
24
|
"repository": {
|
|
25
25
|
"type": "git",
|
|
26
|
-
"url": "
|
|
26
|
+
"url": "https://github.com/smapiot/piral-cli-webpack.git"
|
|
27
27
|
},
|
|
28
28
|
"bugs": {
|
|
29
29
|
"url": "https://github.com/smapiot/piral-cli-webpack/issues"
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"webpack": "^4.42.0"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "583263263c0849533dfb2c5a532fd3176e8c8781"
|
|
45
45
|
}
|