Skip to content

Commit

Permalink
Remove extra dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Amphiluke committed Jan 28, 2024
1 parent 015d31b commit 626438b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 20 deletions.
1 change: 0 additions & 1 deletion .husky/pre-commit

This file was deleted.

16 changes: 0 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"scripts": {
"lint": "eslint src/**/*.mjs test/**/*.mjs",
"test": "node --test test/potprox.test.mjs test/potentials/",
"build": "rollup -c",
"prepare": "husky"
"build": "rollup -c"
},
"files": [
"dist",
Expand All @@ -43,7 +42,6 @@
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"eslint": "^8.56.0",
"husky": "^9.0.6",
"rollup": "^4.9.6"
}
}

0 comments on commit 626438b

Please sign in to comment.