@standardnotes/markdown-visual 1.0.6 → 1.0.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@standardnotes/markdown-visual",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "author": "Johnny Almonte <johnny@standardnotes.com>",
5
5
  "description": "A lightweight WYSIWYG markdown editor for Standard Notes, derived from Milkdown.",
6
6
  "keywords": [
@@ -25,7 +25,7 @@
25
25
  "homepage": ".",
26
26
  "scripts": {
27
27
  "analyze": "source-map-explorer 'build/static/js/*.js'",
28
- "start": "PORT=8001 react-scripts start",
28
+ "start": "react-scripts start",
29
29
  "build": "react-scripts build",
30
30
  "test": "react-scripts test",
31
31
  "eject": "react-scripts eject",