Skip to content

Commit 632bc11

Browse files
authored
Merge pull request #189 from mixmaxhq/make-public
feat: make module public
2 parents 6f38bb0 + e920f2e commit 632bc11

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 Mixmax, Inc
3+
Copyright (c) 2020 Mixmax, Inc
44

55
Copyright (c) 2016 - 2019 Mario Nebl where applicable
66

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"type": "git",
2222
"url": "https://github.com/mixmaxhq/commitlint-jenkins.git"
2323
},
24-
"author": "Eli Skeggs <eli@mixmax.com> (https://mixmax.com)",
24+
"author": "Mixmax <hello@mixmax.com> (https://mixmax.com)",
2525
"license": "MIT",
2626
"bugs": {
2727
"url": "https://github.com/mixmaxhq/commitlint-jenkins/issues"
@@ -61,6 +61,6 @@
6161
"manualPublishMessage": "This repository is configured to use semantic-release for its releases. Please do not release manually.\n"
6262
},
6363
"publishConfig": {
64-
"access": "restricted"
64+
"access": "public"
6565
}
6666
}

0 commit comments

Comments
 (0)