We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6522364 commit 93f32c0Copy full SHA for 93f32c0
index.ts
package.json
@@ -1,13 +1,14 @@
1
{
2
"name": "labkar-algorithms",
3
- "version": "1.0.1",
4
- "description": "",
5
- "main": "index.js",
+ "version": "1.0.2",
+ "description": "Labkar Algorithms",
+ "main": "dist/lib.js",
6
"scripts": {
7
"test": "jest",
8
"test:watch": "jest --watchAll",
9
"build": "tsc"
10
},
11
+ "files": ["dist/*.js", "dist/**/*.js"],
12
"dependencies": {
13
"average": "^1.0.0",
14
"compute-stdev": "^1.0.0",
0 commit comments