@fuel-ts/math
Advanced tools
Comparing version 0.0.0-master-0ddffb57 to 0.0.0-master-1465ae4e
{ | ||
"name": "@fuel-ts/math", | ||
"version": "0.0.0-master-0ddffb57", | ||
"version": "0.0.0-master-1465ae4e", | ||
"description": "", | ||
@@ -8,2 +8,9 @@ "author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)", | ||
"main": "dist/index.js", | ||
"files": [ | ||
"dist" | ||
], | ||
"license": "Apache-2.0", | ||
"scripts": { | ||
"build": "tsup --dts" | ||
}, | ||
"module": "dist/index.mjs", | ||
@@ -17,10 +24,3 @@ "types": "dist/index.d.ts", | ||
} | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"license": "Apache-2.0", | ||
"scripts": { | ||
"build": "tsup --dts" | ||
} | ||
} |
25756
10
25