Skip to content

Commit 84122be

Browse files
committed
chore: remove .npmignore and update release configuration to extend auro-config
AlaskaAirlines/auro-cli#91
1 parent 6bfbbcc commit 84122be

File tree

4 files changed

+6
-71
lines changed

4 files changed

+6
-71
lines changed

.npmignore

Lines changed: 0 additions & 30 deletions
This file was deleted.

.releaserc

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,3 @@
11
{
2-
"branches": [
3-
{
4-
"name": "main"
5-
},
6-
{
7-
"name": "rc/*",
8-
"channel": "rc",
9-
"prerelease": "rc-${name.replace(/^rc\\//g, '')}"
10-
}
11-
],
12-
"plugins": [
13-
[
14-
"@semantic-release/commit-analyzer",
15-
{
16-
"preset": "conventionalcommits",
17-
"releaseRules": [
18-
{ "type": "docs", "scope": "README", "release": "patch" },
19-
{ "type": "refactor", "release": "patch" },
20-
{ "type": "style", "release": "patch" }
21-
]
22-
}
23-
],
24-
"@semantic-release/release-notes-generator",
25-
[
26-
"@semantic-release/changelog",
27-
{
28-
"changelogFile": "./CHANGELOG.md"
29-
}
30-
],
31-
"@semantic-release/npm",
32-
"@semantic-release/github"
33-
]
2+
"extends": ["@aurodesignsystem/auro-config/releaserc"]
343
}

package-lock.json

Lines changed: 3 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: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
},
2626
"devDependencies": {
2727
"@aurodesignsystem/auro-library": "^5.5.3",
28-
"@aurodesignsystem/design-tokens": "^8.4.2",
28+
"@aurodesignsystem/design-tokens": "^8.4.3",
2929
"@aurodesignsystem/webcorestylesheets": "10.0.4",
3030
"@aurodesignsystem/auro-cli": "^3.0.1",
31-
"@aurodesignsystem/auro-config": "^1.1.0",
31+
"@aurodesignsystem/auro-config": "^1.2.0",
3232
"@aurodesignsystem/eslint-config": "1.3.5",
3333
"@biomejs/biome": "^1.9.4",
3434
"@commitlint/cli": "^19.8.0",
@@ -83,9 +83,6 @@
8383
"last 2 Edge versions",
8484
"last 2 Safari major versions"
8585
],
86-
"nodemonConfig": {
87-
"ignore": ["*-css.js", "*.css"]
88-
},
8986
"publishConfig": {
9087
"access": "public"
9188
},
@@ -96,7 +93,6 @@
9693
"dev:open": "auro dev -w -s --open",
9794
"lint": "biome check --no-errors-on-unmatched && stylelint \"./src/**/*.scss\"",
9895
"lint:fix": "biome check --fix --no-errors-on-unmatched && stylelint \"./src/**/*.scss\" --fix",
99-
"sweep": "rm -rf ./demo/css ./dist | rm ./src/*.css ./src/*-css.js",
10096
"test": "auro test",
10197
"test:watch": "auro test --watch",
10298
"prepare": "husky"

0 commit comments

Comments
 (0)