Skip to content

Commit

Permalink
Merge pull request #107 from czeckd/ng8update
Browse files Browse the repository at this point in the history
Fix distribution build
  • Loading branch information
czeckd authored Jun 10, 2019
2 parents 41f0db7 + 4be9935 commit 868cb27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dual-listbox",
"description": "Angular dual listbox",
"version": "5.0.0",
"version": "5.0.1",
"repository": {
"type": "git",
"url": "https://github.com/czeckd/angular-dual-listbox.git"
Expand All @@ -19,7 +19,7 @@
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"dist": "ng build angular-dual-listbox",
"dist": "ng build angular-dual-listbox && cp README.md LICENSE ./dist/angular-dual-listbox/",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
Expand Down
2 changes: 1 addition & 1 deletion projects/angular-dual-listbox/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-dual-listbox",
"description": "Angular dual listbox",
"version": "5.0.0",
"version": "5.0.1",
"repository": {
"type": "git",
"url": "https://github.com/czeckd/angular-dual-listbox.git"
Expand Down

0 comments on commit 868cb27

Please sign in to comment.