More node versions for travis. Package lock file. Removal of pre-git.

This commit is contained in:
2017-06-24 13:06:26 +02:00
parent 745b9830ed
commit da013fea70
3 changed files with 1501 additions and 19 deletions
+2 -16
View File
@@ -21,8 +21,7 @@
"eslint": "^2.11.1",
"istanbul": "^0.4.3",
"mocha": "^2.5.3",
"portfinder": "^1.0.3",
"pre-git": "^3.8.4"
"portfinder": "^1.0.3"
},
"keywords": [
"smpp",
@@ -43,18 +42,5 @@
"cover": "istanbul cover _mocha",
"test": "mocha"
},
"license": "MIT",
"config": {
"pre-git": {
"commit-msg": "",
"pre-commit": [
"./node_modules/.bin/eslint ./",
"./node_modules/.bin/mocha"
],
"pre-push": [],
"post-commit": [],
"post-checkout": [],
"post-merge": []
}
}
"license": "MIT"
}