@ondoher/enigma 0.1.2 → 0.1.4

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.
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <div style="text-align: right">
2
- <div><img src="../docs/images/enigma-logo.jpg" height="75"/></div>
2
+ <div><img src="./enigma-logo.jpg" height="75"/></div>
3
3
  <h1>Toolkit</h1>
4
4
  </div>
5
5
 
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ondoher/enigma",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "Tools and documentation to help in building and testing an Enigma Machine simulator.",
5
5
  "main": "./lib/index.js",
6
6
  "scripts": {
@@ -11,7 +11,8 @@
11
11
  "keywords": ["enigma", "enigma-machine", "enigma machine", "simulation", "cryptography"],
12
12
  "repository": {
13
13
  "type": "git",
14
- "url": "https://github.com/Ondoher/enigma.git"
14
+ "url": "https://github.com/Ondoher/enigma.git",
15
+ "directory": "package"
15
16
  },
16
17
  "homepage": "https://github.com/Ondoher/enigma#readme",
17
18
  "type": "module",