File tree Expand file tree Collapse file tree 8 files changed +14
-6
lines changed Expand file tree Collapse file tree 8 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -7,3 +7,4 @@ build/**/CONTRIBUTION.md
77build /android /** /favicon.ico
88build /android /** /robots.txt
99build /android /** /site.webmanifest
10+ ! CHANGELOG.md
Original file line number Diff line number Diff line change 1111 "module" : " ./dist/index.js" ,
1212 "types" : " ./dist/index.d.ts" ,
1313 "files" : [
14- " dist/"
14+ " dist/" ,
15+ " CHANGELOG.md"
1516 ],
1617 "scripts" : {
1718 "build" : " npm-run-all tsc" ,
Original file line number Diff line number Diff line change 1717 }
1818 },
1919 "files" : [
20- " dist/"
20+ " dist/" ,
21+ " CHANGELOG.md"
2122 ],
2223 "scripts" : {
2324 "build" : " stencil build" ,
Original file line number Diff line number Diff line change 2323 }
2424 },
2525 "files" : [
26- " dist/"
26+ " dist/" ,
27+ " CHANGELOG.md"
2728 ],
2829 "scripts" : {
2930 "build" : " npm-run-all build:*" ,
Original file line number Diff line number Diff line change 1010 "author" : " General technical components out of DB UX Design System (Version 3)" ,
1111 "license" : " Apache-2.0" ,
1212 "files" : [
13+ " CHANGELOG.md" ,
1314 " build"
1415 ],
1516 "scripts" : {
Original file line number Diff line number Diff line change 1212 "types" : " ./build/index.d.ts" ,
1313 "module" : " ./build/index.js" ,
1414 "files" : [
15+ " CHANGELOG.md" ,
1516 " assets" ,
1617 " build"
1718 ],
Original file line number Diff line number Diff line change 1313 },
1414 "main" : " build/index.js" ,
1515 "files" : [
16+ " CHANGELOG.md" ,
1617 " build"
1718 ],
1819 "scripts" : {
Original file line number Diff line number Diff line change 1515 }
1616 },
1717 "files" : [
18+ " CHANGELOG.md" ,
1819 " build"
1920 ],
2021 "keywords" : [
2930 "copy:readme" : " cpr README.md ../../build-outputs/stylelint/README.md -o" ,
3031 "test" : " vitest run --config vitest.config.ts"
3132 },
33+ "peerDependencies" : {
34+ "stylelint" : " ^14.0.0 || ^15.0.0 || ^16.0.0"
35+ },
3236 "devDependencies" : {
3337 "postcss" : " 8.5.6" ,
3438 "postcss-html" : " 1.8.0" ,
3842 "typescript" : " 5.8.3" ,
3943 "vitest" : " 3.2.4"
4044 },
41- "peerDependencies" : {
42- "stylelint" : " ^14.0.0 || ^15.0.0 || ^16.0.0"
43- },
4445 "publishConfig" : {
4546 "registry" : " https://registry.npmjs.org/" ,
4647 "access" : " public"
You can’t perform that action at this time.
0 commit comments