Skip to content

Commit

Permalink
@0.3.5, update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
localnerve committed Jun 18, 2016
1 parent 47fcdf2 commit 5c705fa
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 17 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ node_modules
# Optional REPL history
.node_repl_history

# No jshint expected
.jshintrc
.jshintignore

# Project specific
.nyc_output/
/coverage
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "element-size-reporter",
"version": "0.3.4",
"version": "0.3.5",
"description": "Reports width, height, and top for selected DOM elements",
"main": "index.js",
"scripts": {
Expand All @@ -9,7 +9,8 @@
"test:cover": "rimraf .nyc_output/ && cross-env BABEL_ENV=cover NYC_CWD=src nyc --reporter=lcov npm test",
"build": "npm run lint && npm test && babel src/lib/index.js -o index.js",
"lint": "eslint .",
"prepublish": "npm run build"
"prepublish": "npm run build",
"validate": "npm ls"
},
"repository": {
"type": "git",
Expand All @@ -32,34 +33,33 @@
},
"homepage": "https://github.com/localnerve/element-size-reporter#readme",
"nyc": {
"include": [
"/"
],
"instrument": false,
"sourceMap": false,
"report-dir": "coverage"
},
"pre-commit": [
"lint",
"test"
],
"devDependencies": {
"babel-cli": "^6.7.7",
"babel-cli": "^6.10.1",
"babel-eslint": "^6.0.4",
"babel-plugin-__coverage__": "^1.11.111",
"babel-plugin-__coverage__": "^11.0.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-register": "^6.7.2",
"babel-register": "^6.9.0",
"chai": "^3.5.0",
"coveralls": "^2.11.9",
"cross-env": "^1.0.7",
"eslint": "^2.8.0",
"eslint-plugin-react": "^5.0.1",
"jsdom": "^9.0.0",
"lodash": "^4.11.1",
"mocha": "^2.4.5",
"nyc": "^6.4.0",
"cross-env": "^1.0.8",
"eslint": "^2.13.0",
"eslint-plugin-react": "^5.2.2",
"jsdom": "^9.2.1",
"lodash": "^4.13.1",
"mocha": "^2.5.3",
"nyc": "^6.6.1",
"precommit-hook": "^3.0.0",
"react": "^15.0.1",
"react-addons-test-utils": "^15.0.1",
"react": "^15.1.0",
"react-addons-test-utils": "^15.1.0",
"rimraf": "^2.5.2"
},
"dependencies": {},
Expand Down

0 comments on commit 5c705fa

Please sign in to comment.