mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
v0.11.6
This commit is contained in:
parent
6a61c87ee6
commit
56ab2d9c9e
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "gancio",
|
||||
"version": "0.11.5",
|
||||
"version": "0.11.6",
|
||||
"description": "A shared agenda for local communities",
|
||||
"author": "lesion",
|
||||
"scripts": {
|
||||
|
@ -13,7 +13,8 @@
|
|||
"doc": "cd docs && bundle exec jekyll b",
|
||||
"precommit": "npm run lint",
|
||||
"migrate:dev": "sequelize db:migrate",
|
||||
"migrate": "NODE_ENV=production sequelize db:migrate"
|
||||
"migrate": "NODE_ENV=production sequelize db:migrate",
|
||||
"prepublish": "nuxt build"
|
||||
},
|
||||
"license": "AGPL-3.0",
|
||||
"bugs": {
|
||||
|
|
Loading…
Reference in a new issue