File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "name" : " serial-plot-tools" ,
3- "version" : " 0.2.0 " ,
4- "description" : " A foundation for scalable desktop apps" ,
5- "license" : " MIT" ,
6- "author" : {
7- "name" : " kiyu-git" ,
8- "email" : " " ,
9- "url" : " https://github.com/kiyu-git/Serial-Plot-Tools"
10- },
11- "main" : " ./dist/main/main.js" ,
12- "scripts" : {
13- "rebuild" : " node -r ts-node/register ../../.erb/scripts/electron-rebuild.js" ,
14- "postinstall" : " npm run rebuild && npm run link-modules" ,
15- "link-modules" : " node -r ts-node/register ../../.erb/scripts/link-modules.ts"
16- },
17- "dependencies" : {
18- "serialport" : " ^12.0.0"
19- }
2+ "name" : " serial-plot-tools" ,
3+ "version" : " 0.2.1 " ,
4+ "description" : " A foundation for scalable desktop apps" ,
5+ "license" : " MIT" ,
6+ "author" : {
7+ "name" : " kiyu-git" ,
8+ "email" : " " ,
9+ "url" : " https://github.com/kiyu-git/Serial-Plot-Tools"
10+ },
11+ "main" : " ./dist/main/main.js" ,
12+ "scripts" : {
13+ "rebuild" : " node -r ts-node/register ../../.erb/scripts/electron-rebuild.js" ,
14+ "postinstall" : " npm run rebuild && npm run link-modules" ,
15+ "link-modules" : " node -r ts-node/register ../../.erb/scripts/link-modules.ts"
16+ },
17+ "dependencies" : {
18+ "serialport" : " ^12.0.0"
19+ }
2020}
You can’t perform that action at this time.
0 commit comments