mirror of
https://github.com/strapi/strapi.git
synced 2025-12-27 15:13:21 +00:00
Undo changes
This commit is contained in:
parent
5edbd8551a
commit
2ab212b195
@ -22,9 +22,6 @@
|
||||
"strapi-knex": "3.0.0-alpha.12",
|
||||
"strapi-utils": "3.0.0-alpha.12"
|
||||
},
|
||||
"devDependencies": {
|
||||
"strapi-lint": "3.0.0-alpha.12"
|
||||
},
|
||||
"strapi": {
|
||||
"isHook": true,
|
||||
"dependencies": [
|
||||
@ -58,4 +55,4 @@
|
||||
"npm": ">= 5.3.0"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
}
|
||||
|
||||
@ -17,9 +17,6 @@
|
||||
"lodash": "^4.17.4",
|
||||
"strapi-admin": "3.0.0-alpha.12"
|
||||
},
|
||||
"devDependencies": {
|
||||
"strapi-lint": "3.0.0-alpha.12"
|
||||
},
|
||||
"author": {
|
||||
"email": "hi@strapi.io",
|
||||
"name": "Strapi team",
|
||||
@ -44,4 +41,4 @@
|
||||
"npm": ">= 5.3.0"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
}
|
||||
|
||||
@ -16,9 +16,6 @@
|
||||
"lodash": "^4.17.4",
|
||||
"pluralize": "^6.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"strapi-lint": "3.0.0-alpha.12"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublishOnly": "npm prune"
|
||||
},
|
||||
@ -46,4 +43,4 @@
|
||||
"npm": ">= 5.3.0"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
}
|
||||
|
||||
@ -21,9 +21,6 @@
|
||||
"strapi-utils": "3.0.0-alpha.12",
|
||||
"uuid": "^3.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"strapi-lint": "3.0.0-alpha.12"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublishOnly": "npm prune"
|
||||
},
|
||||
@ -51,4 +48,4 @@
|
||||
"npm": ">= 5.3.0"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
}
|
||||
|
||||
@ -19,9 +19,6 @@
|
||||
"reportback": "^2.0.1",
|
||||
"strapi-utils": "3.0.0-alpha.12"
|
||||
},
|
||||
"devDependencies": {
|
||||
"strapi-lint": "3.0.0-alpha.12"
|
||||
},
|
||||
"author": {
|
||||
"name": "Strapi team",
|
||||
"email": "hi@strapi.io",
|
||||
@ -46,4 +43,4 @@
|
||||
"npm": ">= 5.3.0"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
}
|
||||
|
||||
@ -19,9 +19,6 @@
|
||||
"knex": "^0.13.0",
|
||||
"lodash": "^4.17.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"strapi-lint": "3.0.0-alpha.12"
|
||||
},
|
||||
"strapi": {
|
||||
"isHook": true
|
||||
},
|
||||
@ -49,4 +46,4 @@
|
||||
"npm": ">= 5.0.0"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
}
|
||||
|
||||
@ -21,9 +21,6 @@
|
||||
"pluralize": "^6.0.0",
|
||||
"strapi-utils": "3.0.0-alpha.12"
|
||||
},
|
||||
"devDependencies": {
|
||||
"strapi-lint": "3.0.0-alpha.12"
|
||||
},
|
||||
"strapi": {
|
||||
"isHook": true
|
||||
},
|
||||
@ -51,4 +48,4 @@
|
||||
"npm": ">= 5.3.0"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
}
|
||||
|
||||
@ -21,9 +21,6 @@
|
||||
"lodash": "^4.17.4",
|
||||
"pino": "^4.7.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"strapi-lint": "3.0.0-alpha.12"
|
||||
},
|
||||
"author": {
|
||||
"email": "hi@strapi.io",
|
||||
"name": "Strapi team",
|
||||
@ -48,4 +45,4 @@
|
||||
"npm": ">= 5.3.0"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
}
|
||||
|
||||
@ -64,9 +64,6 @@
|
||||
"strapi-generate-service": "3.0.0-alpha.12",
|
||||
"strapi-utils": "3.0.0-alpha.12"
|
||||
},
|
||||
"devDependencies": {
|
||||
"strapi-lint": "3.0.0-alpha.12"
|
||||
},
|
||||
"author": {
|
||||
"email": "hi@strapi.io",
|
||||
"name": "Strapi team",
|
||||
@ -92,4 +89,4 @@
|
||||
},
|
||||
"preferGlobal": true,
|
||||
"license": "MIT"
|
||||
}
|
||||
}
|
||||
|
||||
@ -59,23 +59,19 @@ shell.echo('');
|
||||
// Remove existing binary.
|
||||
shell.rm('-f', '/usr/local/bin/strapi.js');
|
||||
|
||||
shell.cd('packages/strapi-lint');
|
||||
watcher('📦 Linking strapi-lint...', 'npm link');
|
||||
|
||||
shell.cd('../strapi-utils');
|
||||
watcher('', 'npm install ../strapi-lint --no-optional');
|
||||
shell.cd('packages/strapi-utils');
|
||||
watcher('📦 Linking strapi-utils...', 'npm link');
|
||||
|
||||
shell.cd('../strapi-generate');
|
||||
watcher('', 'npm install ../strapi-utils');
|
||||
watcher('', 'npm install ../strapi-lint --no-optional');
|
||||
watcher('📦 Linking strapi-generate...', 'npm link');
|
||||
|
||||
shell.cd('../strapi-generate-api');
|
||||
watcher('', 'npm install ../strapi-lint --no-optional');
|
||||
watcher('', 'npm install ../strapi-lint --no-optional');
|
||||
watcher('📦 Linking strapi-generate-api...', 'npm link');
|
||||
|
||||
shell.cd('../strapi-lint');
|
||||
watcher('📦 Linking strapi-lint...', 'npm link');
|
||||
|
||||
shell.cd('../strapi-helper-plugin');
|
||||
watcher('', 'npm install ../strapi-lint --no-optional');
|
||||
watcher('📦 Linking strapi-helper-plugin...', 'npm link');
|
||||
@ -101,31 +97,26 @@ watcher('📦 Linking strapi-admin', 'npm link --no-optional', false);
|
||||
|
||||
shell.cd('../strapi-generate-admin');
|
||||
watcher('', 'npm install ../strapi-admin');
|
||||
watcher('', 'npm install ../strapi-lint --no-optional');
|
||||
watcher('📦 Linking strapi-generate-admin...', 'npm link');
|
||||
|
||||
shell.cd('../strapi-generate-new');
|
||||
watcher('', 'npm install ../strapi-utils');
|
||||
watcher('', 'npm install ../strapi-lint --no-optional');
|
||||
watcher('📦 Linking strapi-generate-new', 'npm link');
|
||||
|
||||
shell.cd('../strapi-mongoose');
|
||||
watcher('', 'npm install ../strapi-utils');
|
||||
watcher('', 'npm install ../strapi-lint --no-optional');
|
||||
watcher('📦 Linking strapi-mongoose...', 'npm link');
|
||||
|
||||
shell.cd('../strapi-knex');
|
||||
watcher('', 'npm install ../strapi-lint --no-optional');
|
||||
watcher('📦 Linking strapi-knex...', 'npm link');
|
||||
|
||||
shell.cd('../strapi-bookshelf');
|
||||
watcher('', 'npm install ../strapi-utils');
|
||||
watcher('', 'npm install ../strapi-knex');
|
||||
watcher('', 'npm install ../strapi-lint --no-optional');
|
||||
watcher('📦 Linking strapi-bookshelf...', 'npm link');
|
||||
|
||||
shell.cd('../strapi');
|
||||
watcher('', 'npm install ../strapi-generate ../strapi-generate-admin ../strapi-generate-api ../strapi-generate-new ../strapi-generate-plugin ../strapi-generate-policy ../strapi-generate-service ../strapi-utils ../strapi-lint');
|
||||
watcher('', 'npm install ../strapi-generate ../strapi-generate-admin ../strapi-generate-api ../strapi-generate-new ../strapi-generate-plugin ../strapi-generate-policy ../strapi-generate-service ../strapi-utils');
|
||||
watcher('📦 Linking strapi...', 'npm link');
|
||||
|
||||
// Upload plugins
|
||||
@ -206,3 +197,4 @@ const setup = async () => {
|
||||
};
|
||||
|
||||
setup();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user