Skip to content

Commit

Permalink
Editing package.json + .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Malick-Tammal committed Apr 26, 2024
1 parent e12a898 commit 999424f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
test/ps_script/batteryreport.xml
lib/ps_script/batteryreport.xml
.npmignore
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"description": "nodeJS package to get information about laptop battery",
"main": "./index.js",
"types": "./index.d.ts",
"bin": {
"battery_util": "lib/cli.js"
},
"scripts": {
"test": "node ./test/test.js",
"cli": "node ./lib/cli.js"
Expand Down

0 comments on commit 999424f

Please sign in to comment.