Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lock file maintenance #2

Merged
merged 4 commits into from
Dec 8, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<!-- BADGES/ -->

<span class="badge-npmversion"><a href="https://npmjs.org/package/is-gitpod" title="View this project on NPM"><img src="https://img.shields.io/npm/v/is-gitpod.svg" alt="NPM version" /></a></span>
<span class="badge-travisci"><a href="http://travis-ci.org/dword-design/is-gitpod.git" title="Check this project's build status on TravisCI"><img src="https://img.shields.io/travis/dword-design/is-gitpod.git/master.svg" alt="Travis CI Build Status" /></a></span>
<span class="badge-coveralls"><a href="https://coveralls.io/r/dword-design/is-gitpod.git" title="View this project's coverage on Coveralls"><img src="https://img.shields.io/coveralls/dword-design/is-gitpod.git.svg" alt="Coveralls Coverage Status" /></a></span>
<span class="badge-daviddm"><a href="https://david-dm.org/dword-design/is-gitpod.git" title="View the status of this project's dependencies on DavidDM"><img src="https://img.shields.io/david/dword-design/is-gitpod.git.svg" alt="Dependency Status" /></a></span>
<span class="badge-travisci"><a href="http://travis-ci.org/dword-design/is-gitpod" title="Check this project's build status on TravisCI"><img src="https://img.shields.io/travis/dword-design/is-gitpod/master.svg" alt="Travis CI Build Status" /></a></span>
<span class="badge-coveralls"><a href="https://coveralls.io/r/dword-design/is-gitpod" title="View this project's coverage on Coveralls"><img src="https://img.shields.io/coveralls/dword-design/is-gitpod.svg" alt="Coveralls Coverage Status" /></a></span>
<span class="badge-daviddm"><a href="https://david-dm.org/dword-design/is-gitpod" title="View the status of this project's dependencies on DavidDM"><img src="https://img.shields.io/david/dword-design/is-gitpod.svg" alt="Dependency Status" /></a></span>
<span class="badge-shields"><a href="https://img.shields.io/badge/renovate-enabled-brightgreen.svg"><img src="https://img.shields.io/badge/renovate-enabled-brightgreen.svg" /></a></span>

<!-- /BADGES -->
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "is-gitpod",
"version": "1.0.1",
"version": "1.0.2",
"description": "Checks if we are in Gitpod",
"bugs": {
"url": "https://github.com/dword-design/is-gitpod/issues"
},
"repository": "dword-design/is-gitpod.git",
"repository": "dword-design/is-gitpod",
"license": "MIT",
"author": "dword <sebastianlandw@gmail.com>",
"contributors": [
Expand Down
12 changes: 3 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -763,9 +763,9 @@
"@dword-design/base" "^3.0.0"

"@dword-design/base@^3.0.0":
version "3.1.1"
resolved "https://registry.yarnpkg.com/@dword-design/base/-/base-3.1.1.tgz#8c333b03d6c1d4cbc1a0544b740748fd94295fb1"
integrity sha512-aOexq0XWY1SIu5fI7TE9tRKn57VRGPeqrpdr9+lxyNq8+/btbIF2CHXf4Ps+tOIjoFbl63aRC8BBOi1l1grHDw==
version "3.1.2"
resolved "https://registry.yarnpkg.com/@dword-design/base/-/base-3.1.2.tgz#c8b1c71d74e6662e9886bec19947976f517dd0f3"
integrity sha512-0MYSu1PSNiKiw7dhxBcUVcX2VxyGABNxQqhM/eigcjxiuBr+Sa+Egf1AxVe+VyAtgOWRw6WOtE4l86NF+h0SNw==
dependencies:
"@babel/cli" "^7.6.4"
"@babel/core" "^7.6.4"
Expand All @@ -789,7 +789,6 @@
pre-commit "^1.2.2"
projectz "^1.12.0"
safe-readfile "^1.0.2"
safe-require "^1.0.3"
spawn-wrap "^1.4.3"

"@dword-design/eslint-config@^1.0.0":
Expand Down Expand Up @@ -4228,11 +4227,6 @@ safe-regex@^1.1.0:
dependencies:
ret "~0.1.10"

safe-require@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/safe-require/-/safe-require-1.0.3.tgz#6ec319ed10209b1d12c7a1449b79d46d7f4f914b"
integrity sha1-bsMZ7RAgmx0Sx6FEm3nUbX9PkUs=

safefs@^5.3.0, safefs@^5.4.0:
version "5.4.0"
resolved "https://registry.yarnpkg.com/safefs/-/safefs-5.4.0.tgz#14c9b91d4e99548998a25dcf056170141f1a653a"
Expand Down