Skip to content

Commit

Permalink
fix(*): add README to package
Browse files Browse the repository at this point in the history
Signed-off-by: Will Soto <[email protected]>
  • Loading branch information
willsoto committed Jan 14, 2019
1 parent 5c316d6 commit 410241e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ Thumbs.db
docs/

projects/ng-chartist/package.json
projects/ng-chartist/README.md
1 change: 1 addition & 0 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ npx standard-version --sign
echo "Copying package.json"

cp ./package.json ./projects/ng-chartist
cp ./README.md ./projects/ng-chartist

yarn build

Expand Down

0 comments on commit 410241e

Please sign in to comment.