mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 08:19:07 +00:00
Add git pre-commit automation tool
This commit is contained in:
parent
03d5a784b5
commit
c4132d382a
31
package.json
31
package.json
@ -36,19 +36,19 @@
|
||||
"commander": "~2.9.0",
|
||||
"consolidate": "~0.13.1",
|
||||
"fs-extra": "~0.26.2",
|
||||
"grant-koa": "~3.5.2",
|
||||
"graphql": "~0.4.12",
|
||||
"grant-koa": "~3.5.3",
|
||||
"graphql": "~0.4.14",
|
||||
"herd": "~1.0.0",
|
||||
"include-all": "~0.1.6",
|
||||
"json-stringify-safe": "~5.0.1",
|
||||
"koa": "~1.1.0",
|
||||
"koa": "~1.1.2",
|
||||
"koa-bodyparser": "~2.0.1",
|
||||
"koa-compose": "~2.3.0",
|
||||
"koa-cors": "~0.0.16",
|
||||
"koa-favicon": "~1.2.0",
|
||||
"koa-graphql": "~0.2.0",
|
||||
"koa-graphql": "~0.4.4",
|
||||
"koa-gzip": "~0.1.0",
|
||||
"koa-i18n": "~1.1.2",
|
||||
"koa-i18n": "~1.2.0",
|
||||
"koa-ip": "~0.1.0",
|
||||
"koa-load-middlewares": "~1.0.0",
|
||||
"koa-locale": "~1.0.0",
|
||||
@ -56,17 +56,17 @@
|
||||
"koa-mount": "~1.3.0",
|
||||
"koa-proxy": "~0.4.1",
|
||||
"koa-response-time": "~1.0.2",
|
||||
"koa-router": "~5.2.3",
|
||||
"koa-send": "~3.0.0",
|
||||
"koa-router": "~5.3.0",
|
||||
"koa-send": "~3.1.0",
|
||||
"koa-session": "~3.3.1",
|
||||
"koa-ssl": "~2.0.0",
|
||||
"koa-static": "~1.5.1",
|
||||
"koa-static": "~1.5.2",
|
||||
"koa-views": "~3.1.0",
|
||||
"lodash": "~3.10.1",
|
||||
"node-rsa": "~0.2.26",
|
||||
"node-schedule": "~0.5.1",
|
||||
"node-schedule": "~0.6.0",
|
||||
"prompt": "~0.2.14",
|
||||
"request": "~2.65.0",
|
||||
"request": "~2.67.0",
|
||||
"sails-disk": "~0.10.8",
|
||||
"socket.io": "~1.3.7",
|
||||
"socket.io-client": "~1.3.7",
|
||||
@ -78,22 +78,23 @@
|
||||
"strapi-generate-upload": "~1.4.0",
|
||||
"strapi-generate-users": "~1.4.1",
|
||||
"unzip2": "~0.2.5",
|
||||
"waterline": "~0.10.26",
|
||||
"waterline": "~0.10.28",
|
||||
"waterline-graphql": "~1.1.0",
|
||||
"winston": "~2.1.0"
|
||||
"winston": "~2.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"expect.js": "~0.3.1",
|
||||
"istanbul": "~0.4.0",
|
||||
"istanbul": "~0.4.1",
|
||||
"jade": "~1.11.0",
|
||||
"methods": "~1.1.1",
|
||||
"mocha": "~2.3.3",
|
||||
"mocha": "~2.3.4",
|
||||
"pre-commit": "~1.1.2",
|
||||
"should": "~7.1.1",
|
||||
"should-http": "~0.0.4",
|
||||
"statuses": "~1.2.1",
|
||||
"supertest": "~1.1.0",
|
||||
"test-console": "~1.0.0",
|
||||
"xo": "~0.11.0"
|
||||
"xo": "~0.11.2"
|
||||
},
|
||||
"xo": {
|
||||
"space": true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user