diff --git a/.travis.yml b/.travis.yml index 4a265fd..834adcd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ notifications: branches: only: - master + - /^greenkeeper/.*$/ before_script: - npm prune script: diff --git a/Readme.md b/Readme.md index 493b2ff..aef8698 100644 --- a/Readme.md +++ b/Readme.md @@ -1,5 +1,7 @@ # transform css-to-js +[![Greenkeeper badge](https://badges.greenkeeper.io/transform-it/transform-css-to-js.svg)](https://greenkeeper.io/) + > A utility to convert your CSS into JS or React Native compatible styles. The online repl is available at https://transform.now.sh/css-to-js diff --git a/package.json b/package.json index 3ba707c..4e060fa 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "license": "MIT", "devDependencies": { - "ava": "^0.21.0", + "ava": "^0.23.0", "babel-core": "^6.25.0", "babel-polyfill": "^6.23.0", "babel-preset-env": "^1.6.0", @@ -40,16 +40,16 @@ "eslint-plugin-promise": "^3.5.0", "eslint-plugin-standard": "^3.0.1", "husky": "^0.14.3", - "jsdom": "^9.12.0", + "jsdom": "^11.3.0", "lint-staged": "^4.0.1", "nyc": "^11.0.3", "pascal-case": "^2.0.1", "prettier-eslint-cli": "^4.1.1", - "rollup": "^0.45.2", - "rollup-plugin-buble": "^0.15.0", + "rollup": "^0.50.0", + "rollup-plugin-buble": "^0.16.0", "rollup-plugin-filesize": "^1.4.2", "rollup-watch": "^4.3.1", - "semantic-release": "^6.3.6" + "semantic-release": "^8.2.0" }, "config": { "commitizen": {