Skip to content

Commit

Permalink
@0.3.7, update devdeps
Browse files Browse the repository at this point in the history
  • Loading branch information
localnerve committed Jul 31, 2016
1 parent 3ea6f48 commit 1511d35
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 17 deletions.
6 changes: 4 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
"cover": {
"plugins": [
[
"__coverage__", {
"only": "src/lib"
"istanbul", {
"exclude": [
"src/tests"
]
}
]
]
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "element-size-reporter",
"version": "0.3.6",
"version": "0.3.7",
"description": "Reports width, height, and top for selected DOM elements",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -41,25 +41,25 @@
"test"
],
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-eslint": "^6.1.0",
"babel-plugin-__coverage__": "^11.0.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-register": "^6.9.0",
"babel-cli": "^6.11.4",
"babel-eslint": "^6.1.2",
"babel-plugin-istanbul": "^1.1.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-register": "^6.11.6",
"chai": "^3.5.0",
"coveralls": "^2.11.9",
"coveralls": "^2.11.12",
"cross-env": "^2.0.0",
"eslint": "^3.0.0",
"eslint": "^3.2.0",
"eslint-plugin-react": "^5.2.2",
"jsdom": "^9.2.1",
"lodash": "^4.13.1",
"jsdom": "^9.4.1",
"lodash": "^4.14.1",
"mocha": "^2.5.3",
"nyc": "^6.6.1",
"nyc": "^7.1.0",
"precommit-hook": "^3.0.0",
"react": "^15.1.0",
"react-addons-test-utils": "^15.1.0",
"rimraf": "^2.5.2"
"react": "^15.0.0",
"react-addons-test-utils": "^15.0.0",
"rimraf": "^2.5.4"
},
"dependencies": {},
"engines": {
Expand Down

0 comments on commit 1511d35

Please sign in to comment.