@hixme-ui/theme-props
Advanced tools
Comparing version 1.11.0 to 1.14.0
{ | ||
"name": "@hixme-ui/theme-props", | ||
"version": "1.11.0", | ||
"version": "1.14.0", | ||
"description": "hixme-ui theme props getters", | ||
@@ -8,6 +8,4 @@ "main": "lib/index.js", | ||
"clean": "rimraf lib", | ||
"test": "cross-env BABEL_ENV=commonjs mocha --compilers js:babel-register --recursive", | ||
"test": "jest", | ||
"test:watch": "npm test -- --watch", | ||
"test:examples": "node examples/", | ||
"cover": "cross-env BABEL_ENV=commonjs istanbul cover _mocha -- --compilers js:babel-register --recursive", | ||
"lint": "eslint src test", | ||
@@ -44,2 +42,3 @@ "build": "cross-env BABEL_ENV=commonjs babel src --out-dir lib --source-maps", | ||
"babel-eslint": "^6.0.0-beta.6", | ||
"babel-jest": "^21.2.0", | ||
"babel-loader": "^6.2.0", | ||
@@ -74,3 +73,3 @@ "babel-plugin-transform-runtime": "^6.3.13", | ||
"husky": "^0.13.3", | ||
"mocha": "^3.3.0", | ||
"jest": "^21.2.1", | ||
"react-addons-test-utils": "^15.0.0", | ||
@@ -77,0 +76,0 @@ "react-test-renderer": "^16.0.0", |
11258
40