Skip to content

Commit 93f32c0

Browse files
authored
fix: npm error fixed and package json update (#3)
1 parent 6522364 commit 93f32c0

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

index.ts

Lines changed: 0 additions & 6 deletions
This file was deleted.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "labkar-algorithms",
3-
"version": "1.0.1",
4-
"description": "",
5-
"main": "index.js",
3+
"version": "1.0.2",
4+
"description": "Labkar Algorithms",
5+
"main": "dist/lib.js",
66
"scripts": {
77
"test": "jest",
88
"test:watch": "jest --watchAll",
99
"build": "tsc"
1010
},
11+
"files": ["dist/*.js", "dist/**/*.js"],
1112
"dependencies": {
1213
"average": "^1.0.0",
1314
"compute-stdev": "^1.0.0",

0 commit comments

Comments
 (0)