Skip to content
This repository was archived by the owner on Sep 10, 2022. It is now read-only.

Commit 0dd44e5

Browse files
taionistarkov
authored andcommitted
Include license in published packages (#713)
Also, update the license dates.
1 parent 416dd33 commit 0dd44e5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

LICENSE.md

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

3-
Copyright (c) 2015-2016 Andrew Clark
3+
Copyright (c) 2015-2018 Andrew Clark
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

scripts/release.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ try {
121121
JSON.stringify(packageConfig, null, 2)
122122
)
123123

124+
log('Copying license...')
125+
cp('-f', 'LICENSE.md', outDir)
126+
124127
log(`Building ${packageName}...`)
125128
const runRollup = () => `yarn build:${packageName}`
126129
if (exec(runRollup()).code !== 0) {

0 commit comments

Comments
 (0)