Skip to content

Commit 3ea496e

Browse files
committedJan 30, 2017
removing version check to fix installing of mathsteps
1 parent 2ea99f8 commit 3ea496e

File tree

2 files changed

+2
-23
lines changed

2 files changed

+2
-23
lines changed
 

‎package.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
"description": "Step by step math solutions",
55
"main": "index.js",
66
"dependencies": {
7-
"mathjs": "3.8.0",
8-
"semver": "^5.3.0"
7+
"mathjs": "3.8.0"
98
},
109
"engines": {
1110
"node": ">=6.0.0"
@@ -18,9 +17,7 @@
1817
"scripts": {
1918
"lint": "node_modules/.bin/eslint .",
2019
"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"
20+
"setup-hooks": "ln -s ../../scripts/git-hooks/pre-commit.sh .git/hooks/pre-commit"
2421
},
2522
"repository": {
2623
"type": "git",

‎scripts/check-version.js

-18
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.