Skip to content

Commit

Permalink
Updated jsdom, fixed live-test npm script. Fixes #73
Browse files Browse the repository at this point in the history
  • Loading branch information
jdan committed Mar 11, 2016
1 parent 617b4b8 commit e5a418e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"handlebars": "^3.0.1",
"handlebars-loader": "^1.0.0",
"jquery": "^2.1.3",
"jsdom": "^3.1.2",
"jsdom": "^8.1.0",
"less": "^2.5.0",
"less-loader": "^2.2.0",
"mocha": "^2.2.5",
Expand All @@ -35,7 +35,7 @@
"dev": "webpack --config webpack.config.babel.js -d --devtool hidden --output-file=tota11y.js",
"lint": "eslint index.js plugins test utils",
"test": "mocha --require test/babel-hook test/*.js",
"live-test": "webpack-dev-server --config utils/webpack.config.babel.js --hot --inline"
"live-test": "webpack-dev-server --config webpack.config.babel.js --hot --inline"
},
"license": "MIT"
}

0 comments on commit e5a418e

Please sign in to comment.