Skip to content

Commit

Permalink
refactor: cleanup (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
wadjih-bencheikh18 authored Mar 2, 2022
1 parent bf265d3 commit 333c36f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ jobs:
uses: zakodium/workflows/.github/workflows/nodejs.yml@nodejs-v1
with:
node-version-matrix: '[14, 16]'
lint-check-types: true
File renamed without changes.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Changelog

# [3.0.0](https://github.com/mljs/pls/compare/v2.0.0...v3.0.0) (2020-02-05)


Expand Down
21 changes: 9 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,30 +51,27 @@
},
"homepage": "https://github.com/mljs/pls",
"dependencies": {
"ml-array-mean": "^1.1.5",
"ml-array-mean": "^1.1.6",
"ml-confusion-matrix": "^0.4.0",
"ml-cross-validation": "^1.3.0",
"ml-matrix": "^6.8.0",
"ml-matrix": "^6.9.0",
"ml-roc-multiclass": "^0.2.0"
},
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/jest": "^27.4.1",
"benchmark": "^2.1.4",
"cheminfo-build": "^1.1.11",
"eslint": "^8.1.0",
"eslint-config-cheminfo-typescript": "^10.1.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jest": "^25.2.2",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.3.1",
"eslint": "^8.10.0",
"eslint-config-cheminfo-typescript": "^10.3.0",
"jest": "^27.5.1",
"jest-matcher-deep-close-to": "^3.0.2",
"ml-dataset-iris": "^1.2.1",
"ml-dataset-metadata": "^0.3.0",
"ml-kernel": "^3.0.0",
"papaparse": "^5.3.1",
"prettier": "^2.4.1",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.7",
"typescript": "^4.4.4"
"ts-jest": "^27.1.3",
"typescript": "^4.6.2"
}
}

0 comments on commit 333c36f

Please sign in to comment.