Skip to content

Commit

Permalink
feat: setting up to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfors committed May 25, 2024
1 parent c7bdd59 commit 77c2bda
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion projects/ng-scales/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,26 @@
{
"name": "ng-scales",
"version": "0.0.1",
"version": "0.0.2",
"description": "A library for connecting to USB HID scales.",
"author": "Matthew Fors",
"repository": {
"type": "git",
"url": "https://github.com/mattfors/ng-scales"
},
"bugs": {
"url": "https://github.com/mattfors/ng-scales/issues"
},
"peerDependencies": {
"@angular/common": "^17.3.0",
"@angular/core": "^17.3.0"
},
"keywords": [
"angular",
"javascript",
"typescript",
"HID",
"scales"
],
"dependencies": {
"tslib": "^2.3.0"
},
Expand Down

0 comments on commit 77c2bda

Please sign in to comment.