Skip to content

Commit e5cf6ac

Browse files
committed
chore: update auro-cli, fix typos in comments, and add .nvmrc file
1 parent e3e4656 commit e5cf6ac

File tree

5 files changed

+37
-77
lines changed

5 files changed

+37
-77
lines changed

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v22

package-lock.json

Lines changed: 28 additions & 73 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"lit": "^3.3.1"
2525
},
2626
"devDependencies": {
27-
"@aurodesignsystem/auro-cli": "^3.3.1",
27+
"@aurodesignsystem/auro-cli": "^3.4.0",
2828
"@aurodesignsystem/auro-config": "^1.3.1",
2929
"@aurodesignsystem/auro-hyperlink": "^8.0.0",
3030
"@aurodesignsystem/auro-icon": "^9.1.1",
@@ -66,13 +66,17 @@
6666
"./package.json": "./package.json",
6767
"./custom-elements.json": "./custom-elements.json",
6868
"./readme.md": "./README.md",
69-
".": "./dist/registered.js",
7069
"./demo/*.md": "./demo/*.md",
7170
"./demo/*.js": "./demo/*.min.js",
7271
"./class": {
7372
"module": "./dist/index.js",
7473
"types": "./dist/index.d.ts",
7574
"default": "./dist/index.js"
75+
},
76+
".": {
77+
"module": "./dist/registered.js",
78+
"types": "./dist/index.d.ts",
79+
"default": "./dist/registered.js"
7680
}
7781
},
7882
"files": [

src/auro-tail-group.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class AuroTailGroup extends LitElement {
5656
}
5757

5858
// Initialize default property values
59-
// Necessarry to avoid type errors
59+
// Necessary to avoid type errors
6060
#setDefaults() {
6161
this.layout = 'horizontal';
6262
this.size = 'lg'

src/auro-tail.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export class AuroTail extends LitElement {
8080
}
8181

8282
// Initialize default property values
83-
// Necessarry to avoid type errors
83+
// Necessary to avoid type errors
8484
#setDefaults() {
8585
this.tail = 'AS';
8686
this.size = 'lg';

0 commit comments

Comments
 (0)