Skip to content

Commit

Permalink
1.0.9 - MIT + Contribution guide
Browse files Browse the repository at this point in the history
  • Loading branch information
HDv2b committed Apr 13, 2022
1 parent 4053b71 commit 4fe493a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Contribution guide

Basically, all contributions in the form of bug fixes, improvements or new features are welcome.

Note that this is released under the MIT Software License. All I kindly ask is that you wish to share any improvements, then please do so by submitting them to the original repo. rather than keeping them in a separate fork.

Please see the issues tab for any feature requests or bug fixes that you may wish to help implement.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apportionment",
"version": "1.0.2",
"version": "1.0.9",
"description": "Collection of apportionment methods.",
"types": "./dist/index.d.ts",
"keywords": [
Expand Down Expand Up @@ -45,7 +45,7 @@
"bugs": "https://github.com/ElGoorf/apportionment/issues",
"homepage": "https://github.com/ElGoorf/apportionment",
"repository": "github:ElGoorf/apportionment",
"license": "GNU GPLv3",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.9",
Expand Down

0 comments on commit 4fe493a

Please sign in to comment.