Ajout de Jquery

This commit is contained in:
Anthony Dumas 2019-03-23 23:34:35 +01:00
parent 4c6be81d19
commit 21ef42bebc
2 changed files with 1308 additions and 1312 deletions

2615
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -36,6 +36,7 @@
"start": "npm-run-all --parallel css-watch js-watch auto-loading"
},
"dependencies": {
"browser-sync": "^2.26.3"
"browser-sync": "^2.26.3",
"jquery": "^3.3.1"
}
}