Undo changes

This commit is contained in:
soupette 2018-05-02 15:31:08 +02:00
parent 5edbd8551a
commit 2ab212b195
10 changed files with 15 additions and 50 deletions

View File

@ -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"
}
}

View File

@ -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"
}
}

View File

@ -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"
}
}

View File

@ -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"
}
}

View File

@ -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"
}
}

View File

@ -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"
}
}

View File

@ -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"
}
}

View File

@ -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"
}
}

View File

@ -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"
}
}

View File

@ -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();