Skip to content

Commit

Permalink
feat(galen): Update to recent galen version
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k committed Nov 21, 2016
1 parent 852b601 commit dd80b7b
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 11 deletions.
3 changes: 3 additions & 0 deletions cli/.npmignore
@@ -0,0 +1,3 @@
coverage/
node_modules/
test/
18 changes: 9 additions & 9 deletions cli/package.json
@@ -1,6 +1,6 @@
{
"name": "galenframework-cli",
"version": "2.3.1",
"version": "2.3.2",
"description": "Just the node wrapper for the Galen Framework.",
"homepage": "https://github.com/hypery2k/galenframework-cli",
"bugs": {
Expand Down Expand Up @@ -29,11 +29,11 @@
"bin": {
"galen": "bin/galen"
},
"preferGlobal": "true",
"preferGlobal": true,
"dependencies": {
"chromedriver": "*",
"fs-extra": "0.26.2",
"galenframework": "2.3.1",
"galenframework": "2.3.2",
"httpreq": "0.4.13",
"kew": "0.7.0",
"npmconf": "2.1.2",
Expand All @@ -43,12 +43,12 @@
"yargs": "3.30.0"
},
"devDependencies": {
"coveralls": "^2.11.3",
"istanbul": "^0.3.17",
"istanbul-coveralls": "^1.0.3",
"jscoverage": "^0.6.0",
"jshint": "^2.8.0",
"nodeunit": "^0.9.1"
"coveralls": "2.11.3",
"istanbul": "0.3.17",
"istanbul-coveralls": "1.0.3",
"jscoverage": "0.6.0",
"jshint": "2.8.0",
"nodeunit": "0.9.1"
},
"repository": {
"type": "git",
Expand Down
3 changes: 3 additions & 0 deletions core/.npmignore
@@ -0,0 +1,3 @@
coverage/
node_modules/
test/
4 changes: 2 additions & 2 deletions core/package.json
@@ -1,6 +1,6 @@
{
"name": "galenframework",
"version": "2.3.1",
"version": "2.3.2",
"description": "The command line tool to use the Galen Framework. This includes the wrapper above and webdriver downloads for different browsers",
"homepage": "https://github.com/hypery2k/galenframework-cli",
"bugs": {
Expand All @@ -22,7 +22,7 @@
"galen": "bin/galen",
"install": "node install.js",
"test": "nodeunit --reporter=junit test/tests.js --output target",
"pretest": "jshint -c ../.jshintrc --filename *.js && jshint -c ../.jshintrc --filename lib/*.js && jshint -c ../.jshintrc --filename test/*.js",
"pretest": "jshint -c ../.jshintrc --filename *.js && jshint -c ../.jshintrc --filename lib/helper.js && jshint -c ../.jshintrc --filename test/*.js",
"prepublish": "npm run test",
"coverage": "istanbul -- cover nodeunit test/tests.js && istanbul-coveralls --no-rm"
},
Expand Down

0 comments on commit dd80b7b

Please sign in to comment.