create-powerapps-project 0.25.0 → 0.25.1

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/lib/plopfile.js CHANGED
@@ -388,7 +388,7 @@ exports.default = (plop) => {
388
388
  return [
389
389
  {
390
390
  type: 'addMany',
391
- templateFiles: ['../plop-templates/webresource/*', '../plop-templates/webresource/.*'],
391
+ templateFiles: ['../plop-templates/webresource/*', '../plop-templates/webresource/.*', '.gitignore'],
392
392
  base: '../plop-templates/webresource',
393
393
  destination: process.cwd(),
394
394
  force: true
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-powerapps-project",
3
3
  "description": "💧 plop generator for Dataverse development",
4
- "version": "0.25.0",
4
+ "version": "0.25.1",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",
7
7
  "bin": {
@@ -1,3 +1,3 @@
1
- * text=auto eol=lf
2
- *.{cmd,[cC][mM][dD]} text eol=crlf
1
+ * text=auto eol=lf
2
+ *.{cmd,[cC][mM][dD]} text eol=crlf
3
3
  *.{bat,[bB][aA][tT]} text eol=crlf
@@ -1,3 +1,3 @@
1
- * text=auto eol=lf
2
- *.{cmd,[cC][mM][dD]} text eol=crlf
1
+ * text=auto eol=lf
2
+ *.{cmd,[cC][mM][dD]} text eol=crlf
3
3
  *.{bat,[bB][aA][tT]} text eol=crlf
@@ -1,3 +1,3 @@
1
- module.exports = function (plop) {
2
- plop.load('powerapps-project-pcf');
1
+ module.exports = function (plop) {
2
+ plop.load('powerapps-project-pcf');
3
3
  };
@@ -1,3 +1,3 @@
1
- * text=auto eol=lf
2
- *.{cmd,[cC][mM][dD]} text eol=crlf
1
+ * text=auto eol=lf
2
+ *.{cmd,[cC][mM][dD]} text eol=crlf
3
3
  *.{bat,[bB][aA][tT]} text eol=crlf