edit yarn grunt/bower config during chill installation

This commit is contained in:
Tchama 2018-10-04 16:32:00 +02:00
parent 62ee90f671
commit e31560f622
3 changed files with 10 additions and 7 deletions

6
.gitignore vendored
View File

@ -31,4 +31,8 @@ Resources/public/sass/*
!Resources/public/sass/_timeline.scss !Resources/public/sass/_timeline.scss
!Resources/public/sass/custom/ !Resources/public/sass/custom/
/nbproject/private/ /nbproject/private/
# Yarn lock
Resources/package-lock.json
Resources/yarn.lock

View File

@ -8,7 +8,7 @@
"description": "JS-CSS files for Chill, a software for social workers", "description": "JS-CSS files for Chill, a software for social workers",
"private": true, "private": true,
"devDependencies": { "devDependencies": {
"Scratch-CSS-Design": "git@github.com:Champs-Libres/ScratchCSS.git", "Scratch-CSS-Design": "https://github.com/Champs-Libres/ScratchCSS.git",
"pikaday": "https://github.com/dbushell/Pikaday.git#~1.2.0", "pikaday": "https://github.com/dbushell/Pikaday.git#~1.2.0",
"moment": "~2.8.3", "moment": "~2.8.3",
"select2": "~3.5.2", "select2": "~3.5.2",

View File

@ -2,17 +2,16 @@
"name": "chill-js-css", "name": "chill-js-css",
"version": "0.0.0", "version": "0.0.0",
"description": "JS-CSS files for Chill, a software for social workers", "description": "JS-CSS files for Chill, a software for social workers",
"directories": { "directories": {},
},
"author": "Champs-Libres <info@champs-libres.coop>", "author": "Champs-Libres <info@champs-libres.coop>",
"devDependencies": { "devDependencies": {
"grunt": "^0.4.5", "grunt": "^1.0.3",
"grunt-bower-task": "^0.4.0", "grunt-bower-task": "^0.4.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.7.0", "grunt-contrib-copy": "^0.7.0",
"grunt-contrib-sass": "^0.8.1", "grunt-contrib-sass": "^0.8.1",
"jit-grunt": "^0.9.0",
"grunt-contrib-watch": "^0.6.1", "grunt-contrib-watch": "^0.6.1",
"grunt-contrib-clean": "^0.6.0" "jit-grunt": "^0.9.0"
}, },
"dependencies": {} "dependencies": {}
} }