Skip to content

Commit b255c25

Browse files
committed
build: ship LICENSE in the npm package
1 parent f854d18 commit b255c25

3 files changed

Lines changed: 4 additions & 46 deletions

File tree

.commitlintrc.cjs

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

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 radix-ng
3+
Copyright (c) 2024-2026 radix-ng
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

packages/primitives/project.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@
5252
},
5353
{
5454
"command": "cpy 'dist/primitives-schematics/**/*' '!dist/primitives-schematics/package.json' dist/primitives"
55+
},
56+
{
57+
"command": "cpy LICENSE dist/primitives --flat"
5558
}
5659
]
5760
}

0 commit comments

Comments
 (0)