Skip to content

Commit

Permalink
fixes npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Elorfin committed Mar 23, 2021
1 parent 1972be8 commit 9ead6a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "claroline-distribution",
"name": "claroline-app",
"version": "1.0.0",
"description": "Claroline distribution frontend dependencies",
"license": "GPL-3.0",
"repository": "https://github.com/claroline/Claroline",
"engines": {
"node": ">=10",
"npm": ">=6"
"npm": ">=6,<7"
},
"scripts": {
"themes": "node src/main/core/Resources/server/themes/bin build",
Expand Down

0 comments on commit 9ead6a5

Please sign in to comment.