Skip to content

Commit c9e39ab

Browse files
authored
Merge pull request #3 from primno/dev
v0.6.2-beta.0
2 parents 4ab8061 + 6a4e1e4 commit c9e39ab

13 files changed

Lines changed: 2214 additions & 110 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish Core
1+
name: Publish
22

33
on:
44
release:

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
node_modules/
33

44
# VSCode
5-
.vscode/
5+
.vscode/launch.json
66

77
# TypeScript cache
88
*.tsbuildinfo

.vscode/settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"workbench.colorCustomizations": {
3+
"titleBar.activeBackground": "#eea74a",
4+
"titleBar.activeForeground": "#ffffff"
5+
},
6+
}

lib/schema/primno.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
"type": "string"
1313
},
1414
"type": "array"
15+
},
16+
"moduleNameTemplate": {
17+
"default": "mn_{projectName}_{entryPoint}",
18+
"description": "Module name template.",
19+
"type": "string"
1520
}
1621
},
1722
"type": "object"
@@ -21,7 +26,7 @@
2126
"description": "Certificate configuration.",
2227
"properties": {
2328
"pfx": {
24-
"description": "Path to the certificate file.",
29+
"description": "Path to the certificate file in pfx format.",
2530
"type": "string"
2631
},
2732
"pfxPassword": {

lib/template/new/.browserslistrc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Contains the list of browsers that are supported by the project.
2+
# Polyfills are added to the build based on this list.
3+
# By default, the list contains the browsers that are supported by Dynamics 365 / Power Apps.
4+
5+
# For more information see:
6+
# https://github.com/browserslist/browserslist#queries
7+
8+
# You can see what browsers were selected by your queries by running:
9+
# npx browserslist
10+
11+
last 5 Chrome version
12+
last 5 Firefox version
13+
last 2 Edge major versions
14+
last 2 Safari major versions
15+
last 2 iOS major versions
16+
Firefox ESR

0 commit comments

Comments
 (0)