Skip to content

Commit

Permalink
Merge pull request #31 from simlu/develop
Browse files Browse the repository at this point in the history
fix: updated js-gardener
  • Loading branch information
simlu authored Apr 12, 2018
2 parents 1ab18be + bc3ca6e commit b7bed0c
Show file tree
Hide file tree
Showing 6 changed files with 232 additions and 269 deletions.
7 changes: 6 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"presets": ["flow"]
"presets": [
"flow"
],
"plugins": [
"transform-flow-comments"
]
}
4 changes: 3 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ test/
.coveralls.yml
.travis.yml
gardener.js
src/
src/
.circleci/config.yml
.releaserc.json
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Build Status](https://img.shields.io/travis/simlu/yaml-boost/master.svg)](https://travis-ci.org/simlu/yaml-boost)
[![Test Coverage](https://img.shields.io/coveralls/simlu/yaml-boost/master.svg)](https://coveralls.io/github/simlu/yaml-boost?branch=master)
[![Greenkeeper badge](https://badges.greenkeeper.io/simlu/yaml-boost.svg)](https://greenkeeper.io/)
[![Greenkeeper Badge](https://badges.greenkeeper.io/simlu/yaml-boost.svg)](https://greenkeeper.io/)
[![Dependencies](https://david-dm.org/simlu/yaml-boost/status.svg)](https://david-dm.org/simlu/yaml-boost)
[![NPM](https://img.shields.io/npm/v/yaml-boost.svg)](https://www.npmjs.com/package/yaml-boost)
[![Downloads](https://img.shields.io/npm/dt/yaml-boost.svg)](https://www.npmjs.com/package/yaml-boost)
Expand Down
2 changes: 1 addition & 1 deletion gardener.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
const gardener = require('js-gardener');

if (require.main === module) {
gardener().catch(() => process.exit(1));
gardener({ eslint: { rules: { "flow-enforce": 0 } } }).catch(() => process.exit(1));
}
Loading

0 comments on commit b7bed0c

Please sign in to comment.