react-smooth-collapse
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "react-smooth-collapse", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "React component for animating showing or hiding an element.", | ||
@@ -11,3 +11,5 @@ "main": "js/index.js", | ||
"example-build-prod": "NODE_ENV=production browserify -t babelify -do example/bundle.js example/main.js", | ||
"test": "mocha" | ||
"test": "npm run lint && mocha", | ||
"lint": "eslint .", | ||
"lint-fix": "eslint . --fix" | ||
}, | ||
@@ -33,2 +35,3 @@ "repository": { | ||
"babel-cli": "^6.5.1", | ||
"babel-eslint": "^6.0.2", | ||
"babel-plugin-add-module-exports": "^0.1.2", | ||
@@ -44,9 +47,10 @@ "babel-plugin-transform-runtime": "^6.5.2", | ||
"browserify-hmr": "^0.3.1", | ||
"classnames": "^2.2.3", | ||
"eslint": "^2.7.0", | ||
"eslint-plugin-react": "^4.3.0", | ||
"flow-copy-source": "^1.0.1", | ||
"jsdom": "^8.0.4", | ||
"mocha": "^2.4.5", | ||
"react": "^0.14.7", | ||
"react-addons-test-utils": "^0.14.7", | ||
"react-dom": "^0.14.7", | ||
"react": "^15.0.0", | ||
"react-addons-test-utils": "^15.0.0", | ||
"react-dom": "^15.0.0", | ||
"sinon": "^1.17.3", | ||
@@ -61,4 +65,4 @@ "watchify": "^3.7.0" | ||
"peerDependencies": { | ||
"react": "^0.14.7" | ||
"react": "^0.14.7 || ^15.0.0" | ||
} | ||
} |
24184
12
168
22