Skip to content

Commit

Permalink
fix(test): test
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanGerbeth committed Dec 19, 2021
1 parent bb21079 commit 9ea3e7f
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Empty file modified .husky/commit-msg
100644 → 100755
Empty file.
Empty file modified .husky/pre-commit
100644 → 100755
Empty file.
Empty file modified .husky/pre-push
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"esbuild": "^0.14.5",
"eslint": "8.5.0",
"husky": "^7.0.4",
"lint-staged": "^12.1.3",
"mocha": "^9.1.3",
"pinst": "2.1.6",
"rimraf": "3.0.2",
Expand Down
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@ export function calc (alg) {
return operatorCalc(alg);
}


export default Vector;

0 comments on commit 9ea3e7f

Please sign in to comment.