UNPKG

classnames-undefined

Version:

Wrap the classnames package for better behavior for react16

33 lines (32 loc) 758 B
{ "name": "classnames-undefined", "version": "1.0.0", "description": "Wrap the classnames package for better behavior for react16", "main": "index.js", "scripts": { "lint": "standard --env jest", "test": "jest --coverage" }, "repository": { "type": "git", "url": "git+https://github.com/zordius/classnames-undefined.git" }, "keywords": [ "classnames", "react", "undefined" ], "author": "Zordius Chen", "license": "MIT", "bugs": { "url": "https://github.com/zordius/classnames-undefined/issues" }, "homepage": "https://github.com/zordius/classnames-undefined#readme", "devDependencies": { "jest": "^21.2.1", "standard": "^10.0.3" }, "dependencies": { "classnames": "2.2.5" } }