Skip to content

Commit

Permalink
fix: pkg json info
Browse files Browse the repository at this point in the history
  • Loading branch information
theoomoregbee committed Oct 14, 2018
1 parent 15cf863 commit fef57c7
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions projects/alert/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
{
"name": "alert",
"version": "0.0.1",
"name": "@theo4u/ng-alert",
"version": "0.0.0-development",
"author": "Theophilus Omoregbee <theo4u@ymail.com>",
"repository": "https://github.com/theo4u/ngAlert.git",
"homepage": "https://github.com/theo4u/ngAlert",
"bugs": {
"url": "https://github.com/theo4u/ngAlert/issues"
},
"license": "MIT",
"private": false,
"peerDependencies": {
"@angular/common": "^6.0.0-rc.0 || ^6.0.0",
"@angular/core": "^6.0.0-rc.0 || ^6.0.0"
}
}
}

0 comments on commit fef57c7

Please sign in to comment.