Skip to content

Commit

Permalink
[TASK] Streamline dependencies in package.json
Browse files Browse the repository at this point in the history
Several changes to Build/package.json are
adapted:
- define compatible node/yarn versions
- adapt version and URL to typo3.org

Resolves: #87177
Releases: master, 9.5, 8.7
Change-Id: Ie812cd69913e2969dc88db8e8c52edbb6d482243
Reviewed-on: https://review.typo3.org/59180
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Wouter Wolters <typo3@wouterwolters.nl>
Reviewed-by: Benni Mack <benni@typo3.org>
Tested-by: Benni Mack <benni@typo3.org>
  • Loading branch information
bmack committed Dec 17, 2018
1 parent 754452b commit 3854a1f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@
"description": "TYPO3 CMS is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL.",
"repository": "https://git.typo3.org/Packages/TYPO3.CMS.git",
"readme": "../README.md",
"homepage": "https://www.typo3.org",
"homepage": "https://typo3.org",
"author": "TYPO3 CMS Core Team",
"version": "8.7.0-dev",
"license": "GPL-2.0+",
"engines": {
"node": ">=8.0.0 <9.0.0",
"yarn": "^1.10.0"
},
"devDependencies": {
"@claviska/jquery-minicolors": "^2.2.6",
"@types/bootstrap": "*",
Expand Down

0 comments on commit 3854a1f

Please sign in to comment.