Resolve Travis CI

This commit is contained in:
aurelsicoko 2017-07-18 17:50:09 +02:00
parent 2fec55affd
commit e924ca1328
36 changed files with 5009 additions and 10445 deletions

View File

@ -5,23 +5,20 @@ git:
language: node_js
cache:
yarn: true
directories:
- node_modules
node_js:
- "7"
- "8"
before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm i -g npm@latest
- npm -v
- sudo chown -R $(whoami) $(npm config get prefix)/{lib/node_modules,bin,share}
install:
- npm run setup
node_js:
- "7"
sudo: false
- npm install
script:
- npm run test

View File

@ -14,7 +14,7 @@ We've been working on a major update to Strapi for several months now, rewriting
For more information on the upcoming version, please take a look to our [ROADMAP](ROADMAP.md).
![Content Manager Plugin - Screenshot](http://blog.strapi.io/content/images/2016/10/export_cm.png)
![Content Manager Plugin - Screenshot](http://blog.strapi.io/content/images/2017/07/preview-readme-8.png)
## Why Strapi ?

4901
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -23,7 +23,7 @@
"scripts": {
"test": "make test",
"removefiledependencies": "node ./scripts/removefiledependencies.js",
"postinstall": "lerna bootstrap --stream && node ./scripts/setup.js && node ./scripts/removefiledependencies.js"
"postinstall": "rm -rf packages/*/node_modules && node ./scripts/setup.js"
},
"author": {
"email": "hi@strapi.io",

View File

@ -9276,6 +9276,12 @@
"integrity": "sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=",
"dev": true
},
"lodash.mergewith": {
"version": "4.6.0",
"resolved": "https://registry.npmjs.org/lodash.mergewith/-/lodash.mergewith-4.6.0.tgz",
"integrity": "sha1-FQzwoWeR9ZA7iJHqsVRgknS96lU=",
"dev": true
},
"lodash.noop": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/lodash.noop/-/lodash.noop-3.0.1.tgz",
@ -9941,9 +9947,9 @@
}
},
"node-sass": {
"version": "3.13.1",
"resolved": "https://registry.npmjs.org/node-sass/-/node-sass-3.13.1.tgz",
"integrity": "sha1-ckD7v/I5YwS0IjUn7TAgWJwAT8I=",
"version": "4.5.3",
"resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.5.3.tgz",
"integrity": "sha1-0JydEXlkEjnRuX/8YjH9zsU+FWg=",
"dev": true,
"requires": {
"async-foreach": "0.1.3",
@ -9955,13 +9961,15 @@
"in-publish": "2.0.0",
"lodash.assign": "4.2.0",
"lodash.clonedeep": "4.5.0",
"lodash.mergewith": "4.6.0",
"meow": "3.7.0",
"mkdirp": "0.5.1",
"nan": "2.6.2",
"node-gyp": "3.6.2",
"npmlog": "4.1.2",
"request": "2.81.0",
"sass-graph": "2.2.4"
"sass-graph": "2.2.4",
"stdout-stream": "1.4.0"
}
},
"node-status-codes": {
@ -13625,6 +13633,15 @@
"resolved": "https://registry.npmjs.org/statuses/-/statuses-1.3.1.tgz",
"integrity": "sha1-+vUbnrdKrvOzrPStX2Gr8ky3uT4="
},
"stdout-stream": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/stdout-stream/-/stdout-stream-1.4.0.tgz",
"integrity": "sha1-osfIWH5U2UJ+qe2zrD8s1SLfN4s=",
"dev": true,
"requires": {
"readable-stream": "2.3.3"
}
},
"stream-browserify": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.1.tgz",

View File

@ -258,7 +258,7 @@
"minimist": "1.2.0",
"mocha": "3.0.2",
"ngrok": "2.2.2",
"node-sass": "^3.8.0",
"node-sass": "^4.5.3",
"null-loader": "0.1.1",
"offline-plugin": "3.4.2",
"plop": "1.5.0",

View File

@ -40,8 +40,8 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">= 7.0.0",
"npm": ">= 3.0.0"
"node": ">= 8.0.0",
"npm": ">= 5.0.0"
},
"license": "MIT"
}

View File

@ -50,8 +50,8 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">= 7.0.0",
"npm": ">= 3.0.0"
"node": ">= 8.0.0",
"npm": ">= 5.0.0"
},
"license": "MIT"
}

View File

@ -42,8 +42,8 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">= 7.0.0",
"npm": ">= 3.0.0"
"node": ">= 8.0.0",
"npm": ">= 5.0.0"
},
"license": "MIT"
}

View File

@ -37,8 +37,8 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">= 7.0.0",
"npm": ">= 3.0.0"
"node": ">= 8.0.0",
"npm": ">= 5.0.0"
},
"license": "MIT"
}

View File

@ -2,7 +2,6 @@
"name": "strapi-generate-api",
"version": "3.0.0-alpha.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"lodash": {
"version": "4.17.4",

View File

@ -39,8 +39,8 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">= 7.0.0",
"npm": ">= 3.0.0"
"node": ">= 8.0.0",
"npm": ">= 5.0.0"
},
"license": "MIT"
}

View File

@ -2,7 +2,6 @@
"name": "strapi-generate-controller",
"version": "3.0.0-alpha.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"lodash": {
"version": "4.17.4",

View File

@ -39,8 +39,8 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">= 7.0.0",
"npm": ">= 3.0.0"
"node": ">= 8.0.0",
"npm": ">= 5.0.0"
},
"license": "MIT"
}

View File

@ -49,8 +49,8 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">= 7.0.0",
"npm": ">= 3.0.0"
"node": ">= 8.0.0",
"npm": ">= 5.0.0"
},
"license": "MIT"
}

View File

@ -2,7 +2,6 @@
"name": "strapi-generate-model",
"version": "3.0.0-alpha.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"lodash": {
"version": "4.17.4",

View File

@ -39,8 +39,8 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">= 7.0.0",
"npm": ">= 3.0.0"
"node": ">= 8.0.0",
"npm": ">= 5.0.0"
},
"license": "MIT"
}

View File

@ -41,8 +41,8 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">= 7.0.0",
"npm": ">= 3.0.0"
"node": ">= 8.0.0",
"npm": ">= 5.0.0"
},
"license": "MIT"
}

View File

@ -2,7 +2,6 @@
"name": "strapi-generate-plugin",
"version": "3.0.0-alpha.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"balanced-match": {
"version": "1.0.0",
@ -12,11 +11,7 @@
"brace-expansion": {
"version": "1.1.8",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.8.tgz",
"integrity": "sha1-wHshHHyVLsH479Uad+8NHTmQopI=",
"requires": {
"balanced-match": "1.0.0",
"concat-map": "0.0.1"
}
"integrity": "sha1-wHshHHyVLsH479Uad+8NHTmQopI="
},
"concat-map": {
"version": "0.0.1",
@ -26,14 +21,7 @@
"fs-extra": {
"version": "0.30.0",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.30.0.tgz",
"integrity": "sha1-8jP/zAjU2n1DLapEl3aYnbHfk/A=",
"requires": {
"graceful-fs": "4.1.11",
"jsonfile": "2.4.0",
"klaw": "1.3.1",
"path-is-absolute": "1.0.1",
"rimraf": "2.6.1"
}
"integrity": "sha1-8jP/zAjU2n1DLapEl3aYnbHfk/A="
},
"fs.realpath": {
"version": "1.0.0",
@ -43,15 +31,7 @@
"glob": {
"version": "7.1.2",
"resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz",
"integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==",
"requires": {
"fs.realpath": "1.0.0",
"inflight": "1.0.6",
"inherits": "2.0.3",
"minimatch": "3.0.4",
"once": "1.4.0",
"path-is-absolute": "1.0.1"
}
"integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ=="
},
"graceful-fs": {
"version": "4.1.11",
@ -61,11 +41,7 @@
"inflight": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
"integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
"requires": {
"once": "1.4.0",
"wrappy": "1.0.2"
}
"integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk="
},
"inherits": {
"version": "2.0.3",
@ -75,18 +51,12 @@
"jsonfile": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-2.4.0.tgz",
"integrity": "sha1-NzaitCi4e72gzIO1P6PWM6NcKug=",
"requires": {
"graceful-fs": "4.1.11"
}
"integrity": "sha1-NzaitCi4e72gzIO1P6PWM6NcKug="
},
"klaw": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/klaw/-/klaw-1.3.1.tgz",
"integrity": "sha1-QIhDO0azsbolnXh4XY6W9zugJDk=",
"requires": {
"graceful-fs": "4.1.11"
}
"integrity": "sha1-QIhDO0azsbolnXh4XY6W9zugJDk="
},
"lodash": {
"version": "4.17.4",
@ -96,18 +66,12 @@
"minimatch": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
"integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
"requires": {
"brace-expansion": "1.1.8"
}
"integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA=="
},
"once": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
"integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
"requires": {
"wrappy": "1.0.2"
}
"integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E="
},
"path-is-absolute": {
"version": "1.0.1",
@ -122,10 +86,7 @@
"rimraf": {
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.1.tgz",
"integrity": "sha1-wjOOxkPfeht/5cVPqG9XQopV8z0=",
"requires": {
"glob": "7.1.2"
}
"integrity": "sha1-wjOOxkPfeht/5cVPqG9XQopV8z0="
},
"wrappy": {
"version": "1.0.2",

View File

@ -40,8 +40,8 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">= 7.0.0",
"npm": ">= 3.0.0"
"node": ">= 8.0.0",
"npm": ">= 5.0.0"
},
"license": "MIT"
}

View File

@ -2,7 +2,6 @@
"name": "strapi-generate-policy",
"version": "3.0.0-alpha.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"lodash": {
"version": "4.17.4",

View File

@ -39,8 +39,8 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">= 7.0.0",
"npm": ">= 3.0.0"
"node": ">= 8.0.0",
"npm": ">= 5.0.0"
},
"license": "MIT"
}

View File

@ -2,7 +2,6 @@
"name": "strapi-generate-service",
"version": "3.0.0-alpha.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"lodash": {
"version": "4.17.4",

View File

@ -39,8 +39,8 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">= 7.0.0",
"npm": ">= 3.0.0"
"node": ">= 8.0.0",
"npm": ">= 5.0.0"
},
"license": "MIT"
}

View File

@ -4,61 +4,6 @@
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@sailshq/lodash": {
"version": "3.10.2",
"resolved": "https://registry.npmjs.org/@sailshq/lodash/-/lodash-3.10.2.tgz",
"integrity": "sha1-FWfUc0U2TCwuIHe8ETSHsd/mIVQ="
},
"ansi-regex": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
"integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8="
},
"ansi-styles": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
"integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4="
},
"async": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/async/-/async-2.5.0.tgz",
"integrity": "sha512-e+lJAJeNWuPCNyxZKOBdaJGyLGHugXVQtrAwtuAe2vhxTYxFTKE73p8JuTmdH0qdQZtDvI4dhJwjZc5zsfIsYw==",
"requires": {
"lodash": "4.17.4"
}
},
"captains-log": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/captains-log/-/captains-log-1.0.2.tgz",
"integrity": "sha1-qmhCpklBbV/qmjfmGoY6fxvFtRw=",
"requires": {
"@sailshq/lodash": "3.10.2",
"chalk": "1.1.3",
"rc": "1.0.1"
}
},
"chalk": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
"requires": {
"ansi-styles": "2.2.1",
"escape-string-regexp": "1.0.5",
"has-ansi": "2.0.0",
"strip-ansi": "3.0.1",
"supports-color": "2.0.0"
}
},
"deep-extend": {
"version": "0.2.11",
"resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.2.11.tgz",
"integrity": "sha1-eha6aXKRMjQFBhcElLyD9wdv4I8="
},
"escape-string-regexp": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
"integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ="
},
"fs-extra": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-1.0.0.tgz",
@ -74,19 +19,6 @@
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz",
"integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg="
},
"has-ansi": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
"integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=",
"requires": {
"ansi-regex": "2.1.1"
}
},
"ini": {
"version": "1.3.4",
"resolved": "https://registry.npmjs.org/ini/-/ini-1.3.4.tgz",
"integrity": "sha1-BTfLedr1m1mhpRff9wbIbsA5Fi4="
},
"jsonfile": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-2.4.0.tgz",
@ -103,36 +35,6 @@
"graceful-fs": "4.1.11"
}
},
"lodash": {
"version": "4.17.4",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",
"integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4="
},
"minimist": {
"version": "0.0.10",
"resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz",
"integrity": "sha1-3j+YVD2/lggr5IrRoMfNqDYwHc8="
},
"rc": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/rc/-/rc-1.0.1.tgz",
"integrity": "sha1-+RnCXoBMsKpg9v2S2Sn8hrRQE+g=",
"requires": {
"deep-extend": "0.2.11",
"ini": "1.3.4",
"minimist": "0.0.10",
"strip-json-comments": "0.1.3"
}
},
"reportback": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/reportback/-/reportback-2.0.1.tgz",
"integrity": "sha1-PyJVrlkEpQn8AV1CWq+iNviTpRY=",
"requires": {
"captains-log": "1.0.2",
"switchback": "2.0.2"
}
},
"strapi-utils": {
"version": "file:../strapi-utils",
"requires": {
@ -767,39 +669,6 @@
}
}
}
},
"strip-ansi": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
"integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
"requires": {
"ansi-regex": "2.1.1"
}
},
"strip-json-comments": {
"version": "0.1.3",
"resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-0.1.3.tgz",
"integrity": "sha1-Fkxk43Coo8wAyeAbU55WmCPw7lQ="
},
"supports-color": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
"integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc="
},
"switchback": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/switchback/-/switchback-2.0.2.tgz",
"integrity": "sha1-ls8ODTY7VZ0Lt/8htip6qRDsYHk=",
"requires": {
"lodash": "3.10.1"
},
"dependencies": {
"lodash": {
"version": "3.10.1",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
"integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y="
}
}
}
}
}

View File

@ -42,8 +42,8 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">= 7.0.0",
"npm": ">= 3.0.0"
"node": ">= 8.0.0",
"npm": ">= 5.0.0"
},
"license": "MIT"
}

File diff suppressed because it is too large Load Diff

View File

@ -3,8 +3,8 @@
"version": "3.0.0-alpha.4",
"description": "Helper for Strapi plugins development",
"engines": {
"node": ">= 7.0.0",
"npm": ">= 3.0.0"
"node": ">= 8.0.0",
"npm": ">= 5.0.0"
},
"author": {
"email": "hi@strapi.io",
@ -99,7 +99,7 @@
"json-loader": "^0.5.4",
"lint-staged": "^3.2.0",
"mocha": "^3.1.2",
"node-sass": "^3.13.1",
"node-sass": "^4.5.3",
"null-loader": "^0.1.1",
"plop": "^1.5.0",
"postcss-cssnext": "^2.11.0",

View File

@ -46,8 +46,8 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">= 7.0.0",
"npm": ">= 3.0.0"
"node": ">= 8.0.0",
"npm": ">= 5.0.0"
},
"license": "MIT"
}

View File

@ -48,8 +48,8 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">= 7.0.0",
"npm": ">= 3.0.0"
"node": ">= 8.0.0",
"npm": ">= 5.0.0"
},
"license": "MIT"
}

View File

@ -3,8 +3,8 @@
"version": "3.0.0-alpha.4",
"description": "A powerful UI to easily manage your data.",
"engines": {
"npm": ">=3",
"node": ">=5"
"node": ">= 8.0.0",
"npm": ">= 5.0.0"
},
"author": {
"email": "hi@strapi.io",

View File

@ -46,8 +46,8 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">= 7.0.0",
"npm": ">= 3.0.0"
"node": ">= 8.0.0",
"npm": ">= 5.0.0"
},
"license": "MIT"
}

View File

@ -46,8 +46,8 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">= 7.0.0",
"npm": ">= 3.0.0"
"node": ">= 8.0.0",
"npm": ">= 5.0.0"
},
"license": "MIT"
}

View File

@ -3522,7 +3522,8 @@
"dependencies": {
"lodash": {
"version": "3.10.1",
"bundled": true
"resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
"integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y="
}
}
},
@ -3691,7 +3692,8 @@
"dependencies": {
"minimist": {
"version": "0.0.8",
"bundled": true
"resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz",
"integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0="
}
}
},
@ -3754,14 +3756,16 @@
"dependencies": {
"is-number": {
"version": "3.0.0",
"bundled": true,
"resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
"integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=",
"requires": {
"kind-of": "3.2.2"
},
"dependencies": {
"kind-of": {
"version": "3.2.2",
"bundled": true,
"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
"integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
"requires": {
"is-buffer": "1.1.5"
}
@ -3770,7 +3774,8 @@
},
"kind-of": {
"version": "4.0.0",
"bundled": true,
"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz",
"integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=",
"requires": {
"is-buffer": "1.1.5"
}
@ -3789,7 +3794,8 @@
"dependencies": {
"isarray": {
"version": "0.0.1",
"bundled": true
"resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
"integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8="
}
}
},

View File

@ -72,6 +72,9 @@
"strapi-mongoose": "^3.0.0-alpha.4",
"strapi-utils": "^3.0.0-alpha.4"
},
"devDependencies": {
"forever-monitor": "^1.7.1"
},
"author": {
"email": "hi@strapi.io",
"name": "Strapi team",
@ -92,12 +95,9 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">= 7.0.0",
"npm": ">= 3.0.0"
"node": ">= 8.0.0",
"npm": ">= 5.0.0"
},
"preferGlobal": true,
"license": "MIT",
"devDependencies": {
"forever-monitor": "^1.7.1"
}
"license": "MIT"
}

View File

@ -5,24 +5,24 @@ shell.rm('-f', '/usr/local/bin/strapi.js');
shell.echo('Linking Strapi CLI...');
shell.cd('packages/strapi-utils');
shell.exec('npm link');
shell.exec('npm i && npm link');
shell.cd('../strapi-knex');
shell.exec('npm link');
shell.exec('npm i && npm link');
shell.cd('../strapi-ejs');
shell.exec('npm link');
shell.exec('npm i && npm link');
shell.cd('../strapi-generate');
shell.exec('npm install ../strapi-utils && npm link');
shell.exec('npm install ../strapi-utils && npm i && npm link');
shell.cd('../strapi-admin');
shell.exec('npm install ../strapi-utils && npm link');
shell.exec('npm install ../strapi-utils && npm i && npm link');
shell.cd('../strapi-generate-admin');
shell.exec('npm install ../strapi-admin && npm link');
shell.exec('npm install ../strapi-admin && npm i && npm link');
shell.cd('../strapi-generate-new');
shell.exec('npm install ../strapi-utils && npm link');
shell.exec('npm install ../strapi-utils && npm i && npm link');
shell.cd('../strapi-mongoose');
shell.exec('npm install ../strapi-utils && npm link');
shell.exec('npm install ../strapi-utils && npm i && npm link');
shell.cd('../strapi-bookshelf');
shell.exec('npm install ../strapi-utils && npm link');
shell.exec('npm install ../strapi-utils && npm i && npm link');
shell.cd('../strapi-redis');
shell.exec('npm install ../strapi-utils && npm link');
shell.exec('npm install ../strapi-utils && npm i && npm link');
shell.cd('../strapi');
shell.exec('npm install ../strapi-generate ../strapi-generate-admin ../strapi-generate-api ../strapi-generate-new ../strapi-generate-policy ../strapi-generate-service ../strapi-mongoose ../strapi-utils && npm link');
shell.exec('npm install ../strapi-generate ../strapi-generate-admin ../strapi-generate-api ../strapi-generate-new ../strapi-generate-policy ../strapi-generate-service ../strapi-mongoose ../strapi-utils && npm i && npm link');