Skip to content

Commit

Permalink
fix: include actisense-file in package.json (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbender9 authored Feb 9, 2021
1 parent fa98b90 commit 6eca976
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"analyzerjs": "./bin/analyzerjs",
"to-pgn": "./bin/to-pgn",
"candumpanalyzerjs": "./bin/candumpanalyzerjs",
"actisense-serialjs": "./bin/actisense-serialjs"
"actisense-serialjs": "./bin/actisense-serialjs",
"actisense-file": "./bin/actisense-file"
},
"jest": {
"rootDir": "lib"
Expand Down

0 comments on commit 6eca976

Please sign in to comment.