Skip to content

Commit

Permalink
shift to first official pre-release version
Browse files Browse the repository at this point in the history
  • Loading branch information
campingrider committed Oct 20, 2018
1 parent 9800ab9 commit 52021d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-int-man-dummy",
"version": "0.0.0",
"version": "0.5.0-beta",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
4 changes: 2 additions & 2 deletions projects/int-man-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "int-man-lib",
"version": "0.0.1",
"version": "0.5.0-beta",
"peerDependencies": {
"@angular/common": "^6.0.0-rc.0 || ^6.0.0",
"@angular/core": "^6.0.0-rc.0 || ^6.0.0"
}
}
}
4 changes: 1 addition & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,11 @@
],
"paths": {
"int-man-lib": [
"dist/int-man-lib",
"dist/int-man-lib"
],
"int-man-lib/*": [
"dist/int-man-lib/*",
"dist/int-man-lib/*"
]
}
}
}
}

0 comments on commit 52021d7

Please sign in to comment.