Skip to content

Commit

Permalink
chore: update package info
Browse files Browse the repository at this point in the history
  • Loading branch information
hjalmers committed Nov 12, 2019
1 parent 551c09b commit 7916b13
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions scss/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@
{
"name": "@sebgroup/ngx-toastr",
"version": "0.0.0-semantically-released",
"description": "A SEB themed toaster component for @sebgroup/bootstrap and angular",
"main": "scss/ngx-toastr.scss",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sebgroup/ngx-toastr.git"
},
"private": true,
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"author": "Robert Hjalmers",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/sebgroup/ngx-toastr/issues"
},
"dependencies": {
"ngx-toastr": "^11.2.1"
},
Expand Down

0 comments on commit 7916b13

Please sign in to comment.