@norejs/ssr-server 1.0.0 → 1.0.1
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 +8 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@norejs/ssr-server",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.0.1",
|
|
4
|
+
"description": "SSR server for NoreJS",
|
|
5
5
|
"author": "pengzai <roc.liu@hotmail.com>",
|
|
6
6
|
"license": "ISC",
|
|
7
7
|
"bugs": {
|
|
@@ -19,5 +19,10 @@
|
|
|
19
19
|
"test": "echo \"Error: run tests from root\" && exit 1",
|
|
20
20
|
"start": "node index.js",
|
|
21
21
|
"build": "echo \"Error: run build from root\" && exit 0"
|
|
22
|
+
},
|
|
23
|
+
"repository": {
|
|
24
|
+
"type": "git",
|
|
25
|
+
"url": "git+https://github.com/norejs/nore-ssr.git",
|
|
26
|
+
"directory": "packages/ssr-server"
|
|
22
27
|
}
|
|
23
|
-
}
|
|
28
|
+
}
|