Skip to content

Commit

Permalink
update copyright date, bump version, attempt to surface package name …
Browse files Browse the repository at this point in the history
…for github used-by
  • Loading branch information
fed135 committed Jan 3, 2020
1 parent def9a60 commit 74db48b
Show file tree
Hide file tree
Showing 12 changed files with 53 additions and 21 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2019 Frederic Charette
Copyright 2020 Frederic Charette

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kalm-monorepo",
"name": "kalm",
"private": true,
"version": "3.2.1",
"version": "3.2.2",
"description": "The socket optimizer",
"main": "packages/kalm/bin/kalm.js",
"scripts": {
Expand Down Expand Up @@ -41,17 +41,17 @@
},
"devDependencies": {
"@types/jest": "^24.0.17",
"@types/node": "^12.7.0",
"@typescript-eslint/eslint-plugin": "^2.3.0",
"@typescript-eslint/parser": "^2.3.0",
"eslint": "^6.5.0",
"@types/node": "^13.1.0",
"@typescript-eslint/eslint-plugin": "^2.14.0",
"@typescript-eslint/parser": "^2.14.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.0",
"husky": "^3.0.8",
"eslint-plugin-import": "^2.19.0",
"husky": "^3.1.0",
"jest": "^24.9.0",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0",
"ts-jest": "^24.1.0",
"typescript": "^3.6.0"
"ts-jest": "^24.2.0",
"typescript": "^3.7.4"
}
}
10 changes: 9 additions & 1 deletion packages/ipc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,12 @@
}
```

For more info, refer to the [Kalm Homepage](https://github.com/kalm/kalm.js)
For more info, refer to the [Kalm Homepage](https://github.com/kalm/kalm.js)

## Contribute

If you think of something that you want, [open an issue](//github.com/kalm/kalm.js/issues/new) or file a pull request, we'll be more than happy to take a look!

## License

[Apache 2.0](LICENSE) (c) 2020 Frederic Charette
2 changes: 1 addition & 1 deletion packages/ipc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kalm/ipc",
"version": "3.2.1",
"version": "3.2.2",
"description": "IPC transport for Kalm",
"main": "bin/ipc.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/kalm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,4 @@ Support this project with your organization. Your logo will show up here with a

## License

[Apache 2.0](LICENSE) (c) 2019 Frederic Charette
[Apache 2.0](LICENSE) (c) 2020 Frederic Charette
2 changes: 1 addition & 1 deletion packages/kalm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kalm",
"version": "3.2.1",
"version": "3.2.2",
"description": "The socket optimizer",
"main": "bin/kalm.js",
"scripts": {
Expand Down
10 changes: 9 additions & 1 deletion packages/tcp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,12 @@
}
```

For more info, refer to the [Kalm Homepage](https://github.com/kalm/kalm.js)
For more info, refer to the [Kalm Homepage](https://github.com/kalm/kalm.js)

## Contribute

If you think of something that you want, [open an issue](//github.com/kalm/kalm.js/issues/new) or file a pull request, we'll be more than happy to take a look!

## License

[Apache 2.0](LICENSE) (c) 2020 Frederic Charette
2 changes: 1 addition & 1 deletion packages/tcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kalm/tcp",
"version": "3.2.1",
"version": "3.2.2",
"description": "TCP transport for Kalm",
"main": "bin/tcp.js",
"scripts": {
Expand Down
10 changes: 9 additions & 1 deletion packages/udp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,12 @@
}
```

For more info, refer to the [Kalm Homepage](https://github.com/kalm/kalm.js)
For more info, refer to the [Kalm Homepage](https://github.com/kalm/kalm.js)

## Contribute

If you think of something that you want, [open an issue](//github.com/kalm/kalm.js/issues/new) or file a pull request, we'll be more than happy to take a look!

## License

[Apache 2.0](LICENSE) (c) 2020 Frederic Charette
2 changes: 1 addition & 1 deletion packages/udp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kalm/udp",
"version": "3.2.1",
"version": "3.2.2",
"description": "UDP transport for Kalm",
"main": "bin/udp.js",
"scripts": {
Expand Down
10 changes: 9 additions & 1 deletion packages/ws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,12 @@
}
```

For more info, refer to the [Kalm Homepage](https://github.com/kalm/kalm.js)
For more info, refer to the [Kalm Homepage](https://github.com/kalm/kalm.js)

## Contribute

If you think of something that you want, [open an issue](//github.com/kalm/kalm.js/issues/new) or file a pull request, we'll be more than happy to take a look!

## License

[Apache 2.0](LICENSE) (c) 2020 Frederic Charette
2 changes: 1 addition & 1 deletion packages/ws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kalm/ws",
"version": "3.2.1",
"version": "3.2.2",
"description": "WebSocket transport for Kalm",
"main": "bin/ws.js",
"scripts": {
Expand Down

0 comments on commit 74db48b

Please sign in to comment.