Init project

This commit is contained in:
cyril lopez 2017-09-18 08:52:17 +02:00
parent 682898e60a
commit ccd6c7aad5
8 changed files with 21 additions and 21 deletions

View File

@ -46,7 +46,7 @@
"plop": "^1.8.1",
"prettier": "^1.7.0",
"rimraf": "^2.6.2",
"strapi-helper-plugin": "file:../strapi-helper-plugin",
"strapi-helper-plugin": "3.0.0-alpha.5.5",
"webpack": "^3.6.0"
},
"author": {
@ -66,4 +66,4 @@
"npm": ">= 3.0.0"
},
"license": "MIT"
}
}

View File

@ -15,7 +15,7 @@
"dependencies": {
"fs-extra": "^4.0.1",
"lodash": "^4.17.4",
"strapi-admin": "file:../strapi-admin"
"strapi-admin": "3.0.0-alpha.5.5"
},
"author": {
"email": "hi@strapi.io",
@ -41,4 +41,4 @@
"npm": ">= 5.3.0"
},
"license": "MIT"
}
}

View File

@ -17,7 +17,7 @@
"fs-extra": "^4.0.0",
"get-installed-path": "^3.0.1",
"lodash": "^4.17.4",
"strapi-utils": "file:../strapi-utils"
"strapi-utils": "3.0.0-alpha.5.5"
},
"scripts": {
"prepublish": "npm prune"
@ -46,4 +46,4 @@
"npm": ">= 5.3.0"
},
"license": "MIT"
}
}

View File

@ -17,7 +17,7 @@
"fs-extra": "^4.0.0",
"lodash": "^4.17.4",
"reportback": "^2.0.1",
"strapi-utils": "file:../strapi-utils"
"strapi-utils": "3.0.0-alpha.5.5"
},
"author": {
"name": "Strapi team",
@ -43,4 +43,4 @@
"npm": ">= 5.3.0"
},
"license": "MIT"
}
}

View File

@ -114,4 +114,4 @@
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {}
}
}

View File

@ -20,7 +20,7 @@
"mongoose-double": "0.0.1",
"mongoose-float": "^1.0.2",
"pluralize": "^6.0.0",
"strapi-utils": "file:../strapi-utils"
"strapi-utils": "3.0.0-alpha.5.5"
},
"strapi": {
"isHook": true
@ -49,4 +49,4 @@
"npm": ">= 5.3.0"
},
"license": "MIT"
}
}

View File

@ -61,7 +61,7 @@
"plop": "^1.8.1",
"prettier": "^1.7.0",
"rimraf": "^2.6.2",
"strapi-helper-plugin": "file:../strapi-helper-plugin",
"strapi-helper-plugin": "3.0.0-alpha.5.5",
"webpack": "^3.6.0"
}
}
}

View File

@ -52,13 +52,13 @@
"node-schedule": "^1.2.0",
"semver": "^5.4.1",
"stack-trace": "0.0.10",
"strapi-generate": "file:../strapi-generate",
"strapi-generate-admin": "file:../strapi-generate-admin",
"strapi-generate-api": "file:../strapi-generate-api",
"strapi-generate-new": "file:../strapi-generate-new",
"strapi-generate-policy": "file:../strapi-generate-policy",
"strapi-generate-service": "file:../strapi-generate-service",
"strapi-utils": "file:../strapi-utils"
"strapi-generate": "3.0.0-alpha.5.5",
"strapi-generate-admin": "3.0.0-alpha.5.5",
"strapi-generate-api": "3.0.0-alpha.5.5",
"strapi-generate-new": "3.0.0-alpha.5.5",
"strapi-generate-policy": "3.0.0-alpha.5.5",
"strapi-generate-service": "3.0.0-alpha.5.5",
"strapi-utils": "3.0.0-alpha.5.5"
},
"author": {
"email": "hi@strapi.io",
@ -85,4 +85,4 @@
},
"preferGlobal": true,
"license": "MIT"
}
}