profoundjs 6.0.0-beta.6 → 6.0.0-beta.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 +3 -2
- package/profound.jse +1 -1
- package/setup/completeInstall.js +465 -0
- package/setup/complete_install.js +13 -396
- package/setup/install.js +3 -88
- package/setup/package.json +1 -1
- package/setup/pjsdist.savf +0 -0
- package/setup/setup.js +49 -31
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "profoundjs",
|
|
3
|
-
"version": "6.0.0-beta.
|
|
3
|
+
"version": "6.0.0-beta.7",
|
|
4
4
|
"min-profoundui-version": "6.19.3",
|
|
5
5
|
"description": "Profound.js Framework and Server",
|
|
6
6
|
"keywords": [
|
|
@@ -99,7 +99,8 @@
|
|
|
99
99
|
},
|
|
100
100
|
"scripts": {
|
|
101
101
|
"postinstall": "node setup/install.js",
|
|
102
|
-
"setup": "node setup/setup.js"
|
|
102
|
+
"setup": "node setup/setup.js",
|
|
103
|
+
"completeInstall": "node setup/completeInstall.js"
|
|
103
104
|
},
|
|
104
105
|
"author": "Profound Logic Software",
|
|
105
106
|
"homepage": "http://profoundjs.com/",
|