We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ea99f8 commit 3ea496eCopy full SHA for 3ea496e
package.json
@@ -4,8 +4,7 @@
4
"description": "Step by step math solutions",
5
"main": "index.js",
6
"dependencies": {
7
- "mathjs": "3.8.0",
8
- "semver": "^5.3.0"
+ "mathjs": "3.8.0"
9
},
10
"engines": {
11
"node": ">=6.0.0"
@@ -18,9 +17,7 @@
18
17
"scripts": {
19
"lint": "node_modules/.bin/eslint .",
20
"test": "node_modules/.bin/mocha --recursive",
21
- "setup-hooks": "ln -s ../../scripts/git-hooks/pre-commit.sh .git/hooks/pre-commit",
22
- "requirements-check": "node scripts/check-version.js",
23
- "preinstall": "npm run requirements-check"
+ "setup-hooks": "ln -s ../../scripts/git-hooks/pre-commit.sh .git/hooks/pre-commit"
24
25
"repository": {
26
"type": "git",
scripts/check-version.js
0 commit comments