chore: Mode travis-script and gh-pages to package.json:devDependencies

This commit is contained in:
Pierre-Yves Gérardy 2017-07-11 12:18:41 +02:00
parent 8650285e45
commit 465573e488

View file

@ -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"
}
}