@makeswift/express-react 0.0.0 → 0.0.2-canary.0

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,3 +1,3 @@
1
1
  # @makeswift/express-react
2
2
 
3
- Experimental support for making Express + React sites editable in Makeswift.
3
+ Experimental support for making [Express](https://expressjs.com/) + React sites editable in Makeswift.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@makeswift/express-react",
3
- "version": "0.0.0",
3
+ "version": "0.0.2-canary.0",
4
4
  "license": "MIT",
5
5
  "files": [
6
6
  "dist",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "cookie": "^1.0.2",
27
- "@makeswift/runtime": "0.25.1-canary.2"
27
+ "@makeswift/runtime": "0.25.1"
28
28
  },
29
29
  "peerDependencies": {
30
30
  "@types/express": "^5.0.0",