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

Update dependency @dword-design/base to v4 #10

Merged
merged 2 commits into from
Jan 1, 2020
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
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Unless stated otherwise all works are:

<ul><li>Copyright &copy; dword</li></ul>
<ul><li>Copyright &copy; Sebastian Landwehr</li></ul>

and licensed under:

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ Checks if we are in Gitpod
<ul>
<li>Install: <code>npm install --save is-gitpod</code></li>
<li>Executable: <code>npx is-gitpod</code></li>
<li>Require: <code>require('is-gitpod')</code></li>
<li>Import: <code>import * as pkg from ('is-gitpod')</code></li>
<li>Require: <code>const pkg = require('is-gitpod')</code></li>
</ul>

<!-- /INSTALL -->
Expand Down Expand Up @@ -65,7 +66,7 @@ const result = await isGitpod()

Unless stated otherwise all works are:

<ul><li>Copyright &copy; dword</li></ul>
<ul><li>Copyright &copy; Sebastian Landwehr</li></ul>

and licensed under:

Expand Down
14 changes: 3 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@
"name": "is-gitpod",
"version": "1.0.4",
"description": "Checks if we are in Gitpod",
"bugs": {
"url": "https://github.com/dword-design/is-gitpod/issues"
},
"repository": "dword-design/is-gitpod",
"license": "MIT",
"author": "dword <sebastianlandw@gmail.com>",
"author": "Sebastian Landwehr <info@dword-design.de>",
"files": [
"dist"
],
Expand All @@ -24,15 +21,10 @@
"child-process-promise": "^2.2.1"
},
"devDependencies": {
"@dword-design/base": "^3.4.4",
"@dword-design/base": "^4.0.0",
"@dword-design/functions": "^2.2.2",
"expect": "^24.9.0",
"fs-extra": "^8.1.0",
"with-local-tmp-dir": "^2.2.3"
},
"contributors": [
"Renovate Bot (http://renovatebot.com)",
"dword-design (http://www.dword-design.de)"
],
"maintainers": []
}
}
Loading