chore: remove travis deps from package.json

This commit is contained in:
Pat Cavit 2017-07-11 22:16:44 -07:00
parent 57471ddcff
commit 4dc1f2f5be

View file

@ -25,10 +25,8 @@
"postversion": "git push --follow-tags" "postversion": "git push --follow-tags"
}, },
"devDependencies": { "devDependencies": {
"@alrra/travis-scripts": "^3.0.1",
"benchmark": "^2.1.4", "benchmark": "^2.1.4",
"eslint": "^3.19.0", "eslint": "^3.19.0",
"gh-pages": "^0.12.0",
"istanbul": "^0.4.5", "istanbul": "^0.4.5",
"marked": "^0.3.6" "marked": "^0.3.6"
}, },