Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
fix: updated package info
Browse files Browse the repository at this point in the history
  • Loading branch information
artemnih committed Mar 7, 2022
1 parent e51b4b3 commit d0ca6e0
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions projects/ngx-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-explorer",
"version": "0.0.2",
"version": "0.0.4",
"peerDependencies": {
"@angular/common": ">= 10.0.0",
"@angular/core": ">= 10.0.0",
Expand All @@ -10,5 +10,25 @@
"tslib": "^2.0.0",
"font-awesome": "^4.7.0",
"uuid": "^8.3.2"
}
}
},
"repository": {
"type": "git",
"url": "https://github.com/artemnih/ngx-explorer.git"
},
"author": "@artemnih",
"license": "MIT",
"description": "Angular library that provides simple file manager.",
"bugs": {
"url": "https://github.com/artemnih/ngx-explorer/issues"
},
"keywords": [
"angular",
"ng",
"file-manager",
"file-explorer",
"explorer",
"manager",
"storage",
"files"
]
}

0 comments on commit d0ca6e0

Please sign in to comment.