occam-server 7.0.4 → 7.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Occam Server
2
2
 
3
- The [Occam](https://github.com/djalbat/occam) IDE's server functionality.
3
+ [Occam](https://github.com/djalbat/occam)'s server side functionality.
4
4
 
5
5
  ### Contents
6
6
 
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "occam-server",
3
3
  "author": "James Smith",
4
- "version": "7.0.4",
4
+ "version": "7.0.6",
5
5
  "license": "MIT, Anti-996",
6
6
  "homepage": "https://github.com/djalbat/occam-server",
7
- "description": "The Occam IDE's server functionality.",
7
+ "description": "Occam's server side functionality.",
8
8
  "repository": {
9
9
  "type": "git",
10
10
  "url": "https://github.com/djalbat/occam-server"