Skip to content

Commit d5879de

Browse files
committed
More related packages.
1 parent 7fe6fc1 commit d5879de

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,12 @@ If you are using this library in one of your projects, add it in this list. :spa
150150

151151

152152
- [`cobol-promises`](https://github.com/IonicaBizau/node-cobol-promises)—COBOL bridge for NodeJS with promises support.
153+
153154
## :sparkles: Related
154155

155156
- [`node.cobol`](https://github.com/IonicaBizau/node.cobol#readme)—Node.js bridge for COBOL which allows you to run Node.js code from COBOL.
157+
- [`fortran`](https://github.com/IonicaBizau/node-fortran)—Fortran bridge for Node.js which allows you to run Fortran code from Node.js.
158+
- [`node.fortran`](https://github.com/IonicaBizau/node.fortran#readme)—Execute Node.js in your Fortran programs.
156159

157160

158161

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@
7676
}
7777
],
7878
"related": [
79-
"node.cobol"
79+
"node.cobol",
80+
"fortran",
81+
"node.fortran"
8082
]
8183
},
8284
"dependencies": {
@@ -106,4 +108,4 @@
106108
"cli.js",
107109
"index.js"
108110
]
109-
}
111+
}

0 commit comments

Comments
 (0)