UNPKG
native-nao
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Nao is a math library written in C
github.com/wilhelmmatilainen/nao
wilhelmmatilainen/nao
native-nao
/
make.js
13 lines
(11 loc)
•
216 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import
wilu
from
'wilu'
;
import
*
as
pkg
from
'./package.json'
; (
async
function
(
) {
try
{ pkg.
build
.
name
= pkg.
name
; pkg.
build
.
version
= pkg.
version
;
await
wilu
(pkg.
build
); }
catch
(e) {
throw
e; } })();