Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Commit 757bc48

Browse files
Merge pull request #1 from basics/greenkeeper/initial
Update dependencies to enable Greenkeeper 🌴
2 parents 6b02161 + 51cc50a commit 757bc48

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.travis.yml

100755100644
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: node_js
22
branches:
33
only:
44
- master
5+
- /^greenkeeper/.*$/
56
env:
67
global:
78
#github

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="1.1.3"></a>
6+
## [1.1.3](https://github.com/basics/blueprint-npm-module/compare/v1.1.2...v1.1.3) (2018-08-11)
7+
8+
9+
510
<a name="1.1.2"></a>
611
## [1.1.2](https://github.com/basics/blueprint-npm-module/compare/v1.1.1...v1.1.2) (2018-08-11)
712

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
[![DevDependencies Status](https://david-dm.org/basics/blueprint-npm-module/dev-status.svg)](https://david-dm.org/basics/blueprint-npm-module?type=dev)
88

99
[![start with why](https://img.shields.io/badge/start%20with-why%3F-brightgreen.svg?style=flat)](http://www.ted.com/talks/simon_sinek_how_great_leaders_inspire_action)
10-
[![JavaScript Style Guide: Good Parts](https://img.shields.io/badge/code%20style-goodparts-brightgreen.svg?style=flat)](https://github.com/dwyl/goodparts "JavaScript The Good Parts")
10+
[![JavaScript Style Guide: Good Parts](https://img.shields.io/badge/code%20style-goodparts-brightgreen.svg?style=flat)](https://github.com/dwyl/goodparts "JavaScript The Good Parts") [![Greenkeeper badge](https://badges.greenkeeper.io/basics/blueprint-npm-module.svg)](https://greenkeeper.io/)
1111

1212
# Blueprint - NPM Module

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blueprint-npm-module",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "",
55
"main": "./lib/index.js",
66
"directories": {
@@ -59,7 +59,7 @@
5959
"babel-preset-minify": "^0.4.3",
6060
"chai": "^4.1.2",
6161
"cross-env": "^5.2.0",
62-
"eslint": "^4.19.1",
62+
"eslint": "^5.3.0",
6363
"eslint-config-airbnb": "^17.0.0",
6464
"eslint-plugin-import": "^2.13.0",
6565
"eslint-plugin-jsx-a11y": "^6.1.1",

0 commit comments

Comments
 (0)