react-expand
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "react-expand", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Simple element expand state controlling", | ||
"main": "build/index.js", | ||
"typings": "build/index.d.ts", | ||
"typings": "build/src/index.d.ts", | ||
"scripts": { | ||
@@ -8,0 +8,0 @@ "test": "cross-env NODE_ENV=test TS_NODE_PROJECT=tsconfig.json ./node_modules/.bin/nyc --reporter=html mocha -r jsdom-global/register -r ts-node/register -r source-map-support/register tests/unit/bootstrap.ts tests/**/*-specs.tsx tests/**/*-specs.ts", |
148906