Skip to content

Commit

Permalink
Pin dependencies (#11)
Browse files Browse the repository at this point in the history
* Pin dependencies
* update renovate badge and bump version number
  • Loading branch information
renovate[bot] authored and spaceninja committed Feb 14, 2019
1 parent c7986ac commit 920a442
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 12 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.0.5 - 2019-02-14

- Pin Dependencies

# 1.0.4 - 2019-02-14

- Add Renovate
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# stylelint-config-cloudfour

[![NPM version](http://img.shields.io/npm/v/stylelint-config-cloudfour.svg)](https://www.npmjs.org/package/stylelint-config-cloudfour) [![Build Status](https://travis-ci.org/cloudfour/stylelint-config-cloudfour.svg?branch=master)](https://travis-ci.org/cloudfour/stylelint-config-cloudfour) [![Greenkeeper badge](https://badges.greenkeeper.io/cloudfour/stylelint-config-cloudfour.svg)](https://greenkeeper.io/)
[![NPM version](http://img.shields.io/npm/v/stylelint-config-cloudfour.svg)](https://www.npmjs.org/package/stylelint-config-cloudfour) [![Build Status](https://travis-ci.org/cloudfour/stylelint-config-cloudfour.svg?branch=master)](https://travis-ci.org/cloudfour/stylelint-config-cloudfour) [![Renovate Status](https://badges.renovateapi.com/github/cloudfour/stylelint-config-cloudfour)](https://renovatebot.com/)

> A sharable stylelint config object that enforces [Cloud Four's CSS Standards](https://github.com/cloudfour/guides/tree/master/css)
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylelint-config-cloudfour",
"version": "1.0.4",
"version": "1.0.5",
"description": "Cloud Four's stylelint config",
"author": "Cloud Four",
"keywords": [
Expand All @@ -24,16 +24,16 @@
"stylelint-config-suitcss": "^14.0.0"
},
"devDependencies": {
"eslint": "^5.8.0",
"eslint-config-stylelint": "^11.0.0",
"jest": "^23.6.0",
"jest-preset-stylelint": "^1.3.0",
"npm-run-all": "^4.1.3",
"npmpub": "^4.1.0",
"remark-cli": "^6.0.0",
"remark-preset-lint-consistent": "^2.0.2",
"remark-preset-lint-recommended": "^3.0.2",
"stylelint": "^9.10.0"
"eslint": "5.13.0",
"eslint-config-stylelint": "11.0.0",
"jest": "23.6.0",
"jest-preset-stylelint": "1.3.0",
"npm-run-all": "4.1.5",
"npmpub": "4.1.0",
"remark-cli": "6.0.1",
"remark-preset-lint-consistent": "2.0.2",
"remark-preset-lint-recommended": "3.0.2",
"stylelint": "9.10.1"
},
"peerDependencies": {
"stylelint": "^9.10.1"
Expand Down

0 comments on commit 920a442

Please sign in to comment.