@fbltd/math 1.0.15 → 1.0.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/package.json +4 -3
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fbltd/math",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "",
|
|
3
|
+
"version": "1.0.17",
|
|
4
|
+
"description": "Math and geometry utilities",
|
|
5
|
+
"sideEffects": false,
|
|
5
6
|
"main": "dist/bin/index.js",
|
|
6
7
|
"types": "dist/types/index.d.ts",
|
|
7
8
|
"type": "module",
|
|
@@ -21,7 +22,7 @@
|
|
|
21
22
|
"clean": "rm -r dist || echo ''",
|
|
22
23
|
"build": "node_modules/.bin/tsc",
|
|
23
24
|
"deploy": "npm run clean && npm run build && npm run test && npm version patch && git push && npm publish && npm run clean",
|
|
24
|
-
"test": "npx tsc __tests__
|
|
25
|
+
"test": "npx tsc __tests__/*.test.ts --outDir __tests__/dist && npx jest && rm -r __tests__/dist"
|
|
25
26
|
},
|
|
26
27
|
"repository": {
|
|
27
28
|
"type": "git",
|