Skip to content

Commit

Permalink
chore: update LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Feb 18, 2021
1 parent 6eac96d commit 989247b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016-2018 Thomas Watson Steen
Copyright (c) 2016-2021 Thomas Watson Steen

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,35 @@
"description": "Detect if the current environment is a CI server",
"bin": "bin.js",
"main": "index.js",
"dependencies": {
"ci-info": "^3.1.1"
},
"devDependencies": {
"clear-module": "^4.1.1",
"standard": "^16.0.3"
},
"scripts": {
"test": "standard && node test.js"
},
"author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/watson/is-ci.git"
},
"bugs": {
"url": "https://github.com/watson/is-ci/issues"
},
"homepage": "https://github.com/watson/is-ci",
"keywords": [
"ci",
"continuous",
"integration",
"test",
"detect"
],
"author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)",
"license": "MIT",
"bugs": {
"url": "https://github.com/watson/is-ci/issues"
},
"homepage": "https://github.com/watson/is-ci",
"coordinates": [
55.778272,
12.593116
]
],
"scripts": {
"test": "standard && node test.js"
},
"dependencies": {
"ci-info": "^3.1.1"
},
"devDependencies": {
"clear-module": "^4.1.1",
"standard": "^16.0.3"
}
}

0 comments on commit 989247b

Please sign in to comment.