Skip to content

Commit

Permalink
update tests setup
Browse files Browse the repository at this point in the history
  • Loading branch information
fakiolinho committed Oct 20, 2017
1 parent a609ceb commit 1bff164
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "react-loading",
"version": "0.2.6",
"version": "0.2.5",
"description": "React loading component",
"main": "dist/react-loading.js",
"scripts": {
"build": "rimraf dist && mkdir dist && webpack",
"prepublish": "npm run build",
"start": "webpack -w",
"pretest": "npm run lint",
"test": "jest",
"lint": "eslint ./lib/**.jsx --color",
"coveralls": "cat ./coverage/lcov.info | coveralls",
Expand Down Expand Up @@ -44,7 +45,7 @@
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"coveralls": "^3.0.0",
"coveralls": "^2.12.0",
"enzyme": "^3.1.0",
"enzyme-adapter-react-16": "^1.0.2",
"eslint": "^4.9.0",
Expand Down

0 comments on commit 1bff164

Please sign in to comment.