pre-mortem 0.1.2 → 0.1.3

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 +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,5 @@
1
1
  # Project Pre-Mortem: Enterprise Risk Visualization
2
2
 
3
- ![Pre-Mortem Icon](https://raw.githubusercontent.com/Booby-Boobs/pre-mortem/main/public/pre-mortem-icon.png)
4
-
5
3
  > *"Optimism is a bug. Physics is the feature."*
6
4
 
7
5
  [![Watch the Pre-Mortem Demonstration](https://raw.githubusercontent.com/Booby-Boobs/pre-mortem/main/public/pre-mortem-icon.png)](https://raw.githubusercontent.com/Booby-Boobs/pre-mortem/main/public/pre-mortem.mp4)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pre-mortem",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "The Exit Simulator: A satirical startup physics game",
5
5
  "main": "dist/pre-mortem.umd.js",
6
6
  "module": "dist/pre-mortem.mjs",