Skip to content
This repository has been archived by the owner on Nov 30, 2017. It is now read-only.

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Ivantsov committed Apr 15, 2016
1 parent 12c3ae1 commit ca773c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"lint": "eslint src data/scripts",
"lint:fix": "eslint --fix src data/scripts",
"test": "jest --coverage && coveralls < coverage/lcov.info",
"test:watch": "jest --watch=all",
"test:watch": "jest --watch",
"build": "webpack --config webpack.config.prod.js && jpm xpi",
"build:watch": "webpack --config webpack.config.dev.js --watch"
},
Expand All @@ -37,7 +37,7 @@
},
"devDependencies": {
"babel-core": "^6.7.6",
"babel-jest": "^11.0.0",
"babel-jest": "^11.0.1",
"babel-loader": "^6.2.4",
"babel-plugin-syntax-object-rest-spread": "^6.5.0",
"babel-plugin-transform-es2015-destructuring": "^6.6.5",
Expand All @@ -52,14 +52,14 @@
"eslint-config-airbnb": "^7.0.0",
"eslint-plugin-jsx-a11y": "^0.6.2",
"eslint-plugin-react": "^4.3.0",
"jest-cli": "^11.0.0",
"jest-cli": "^11.0.1",
"react-addons-test-utils": "^15.0.1",
"webpack": "^1.12.15"
},
"dependencies": {
"react": "^15.0.1",
"react-dom": "^15.0.1",
"react-redux": "^4.4.2",
"react-redux": "^4.4.5",
"redux": "^3.4.0",
"redux-thunk": "^2.0.1"
},
Expand Down

0 comments on commit ca773c4

Please sign in to comment.