Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.
/ blt-project Public archive

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Fixing removal of LICENSE.txt.
  • Loading branch information
grasmash authored Sep 19, 2016
1 parent ae105ec commit d296bde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"require-dev": {},
"scripts": {
"post-create-project-cmd": [
"rm .travis.yml",
"rm README.md",
"rm LICENSE.md",
"rm -f .travis.yml",
"rm -f README.md",
"rm -f LICENSE.txt",
"blt create-project"
]
}
Expand Down

0 comments on commit d296bde

Please sign in to comment.