diff --git a/package.json b/package.json index 3b62a5f4..39a79ed5 100644 --- a/package.json +++ b/package.json @@ -25,8 +25,10 @@ "postversion": "git push --follow-tags" }, "devDependencies": { + "@alrra/travis-scripts": "^3.0.1", "benchmark": "^2.1.4", "eslint": "^3.19.0", + "gh-pages": "^0.12.0", "istanbul": "^0.4.5", "marked": "^0.3.6" }, @@ -35,7 +37,5 @@ "bundle": "./bundler/bin/bundle" }, "dependencies": { - "@alrra/travis-scripts": "^3.0.1", - "gh-pages": "^0.12.0" } }