Skip to content

Commit 68979e7

Browse files
committed
Greenkeeper-lockfile
1 parent bc04ee5 commit 68979e7

7 files changed

+64
-27
lines changed

.travis.yml

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
language: node_js
22
node_js:
33
- 'stable'
4+
5+
before_install:
6+
- npm install -g npm
7+
- npm install -g greenkeeper-lockfile@1
8+
before_script: greenkeeper-lockfile-update
9+
# Only the node version 6 job will upload the lockfile
10+
after_script: greenkeeper-lockfile-upload

LICENSE

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2017, Mike Works, Inc.
1+
Copyright (c) 2018, Mike Works, Inc.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without
@@ -8,7 +8,7 @@ modification, are permitted provided that the following conditions are met:
88
* Redistributions in binary form must reproduce the above copyright
99
notice, this list of conditions and the following disclaimer in the
1010
documentation and/or other materials provided with the distribution.
11-
* Neither the name of the <organization> nor the
11+
* Neither the name of the Mike Works, Inc. nor the
1212
names of its contributors may be used to endorse or promote products
1313
derived from this software without specific prior written permission.
1414

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,6 @@ exercises contained within this project to run your own workshops
133133

134134
# Copyright
135135

136-
&copy; 2017 [Mike.Works](https://mike.works), All Rights Reserved
136+
&copy; 2018 [Mike.Works](https://mike.works), All Rights Reserved
137137

138138
###### This material may not be used for workshops, training, or any other form of instructing or teaching developers, without express written consent

LICENSE-exercises exercisesLICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2017, Mike Works, Inc. All rights reserved.
1+
Copyright (c) 2018, Mike Works, Inc. All rights reserved.
22

33
This training material (all exercises and accompanying tests) is licensed to
44
the individual who purchased it. We don't copy-protect it because that would

package-lock.json

+39-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"babel-cli": "^6.26.0",
6262
"babel-core": "^6.26.0",
6363
"babel-eslint": "^8.0.1",
64-
"babel-preset-stage-3": "^6.24.1"
64+
"babel-preset-stage-3": "^6.24.1",
65+
"greenkeeper-lockfile": "^1.12.0"
6566
}
6667
}

yarn.lock

+12
Original file line numberDiff line numberDiff line change
@@ -1235,6 +1235,14 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.4:
12351235
version "4.1.11"
12361236
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
12371237

1238+
greenkeeper-lockfile@^1.12.0:
1239+
version "1.12.0"
1240+
resolved "https://registry.yarnpkg.com/greenkeeper-lockfile/-/greenkeeper-lockfile-1.12.0.tgz#e2cbb6529ecb2af3dabcf30f027549dceb5fbd6e"
1241+
dependencies:
1242+
lodash "^4.17.4"
1243+
require-relative "^0.8.7"
1244+
semver "^5.3.0"
1245+
12381246
har-schema@^1.0.5:
12391247
version "1.0.5"
12401248
resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-1.0.5.tgz#d263135f43307c02c602afc8fe95970c0151369e"
@@ -2246,6 +2254,10 @@ request@^2.81.0:
22462254
tunnel-agent "^0.6.0"
22472255
uuid "^3.1.0"
22482256

2257+
require-relative@^0.8.7:
2258+
version "0.8.7"
2259+
resolved "https://registry.yarnpkg.com/require-relative/-/require-relative-0.8.7.tgz#7999539fc9e047a37928fa196f8e1563dabd36de"
2260+
22492261
22502262
version "1.2.0"
22512263
resolved "https://registry.yarnpkg.com/restream/-/restream-1.2.0.tgz#fd13b031a54e80cc65d1878c43149f1b3a40efbb"

0 commit comments

Comments
 (0)