Skip to content

Commit

Permalink
Fix Luigi Core package.json merge error (SAP#608)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusreal authored Jun 25, 2019
1 parent ad94769 commit 3475bb8
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.4.12",
"private": true,
"description": "luigi-core development version, only the public folder is being published to npm as a package",
"dependencies": {
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/node": "^7.2.2",
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
Expand Down Expand Up @@ -36,10 +36,7 @@
"webpack": "^4.11.1",
"webpack-cli": "^3.0.3",
"tar": ">=4.4.2",
"axios": ">=0.18.1",
"documentation": "^11.0.0",
"npm": "^6.5.0",
"test": "^0.6.0"
"axios": ">=0.18.1"
},
"scripts": {
"bundle": "webpack --display-error-details",
Expand Down Expand Up @@ -105,5 +102,10 @@
"repository": {
"type": "git",
"url": "ssh://github.com/SAP/luigi.git"
},
"dependencies": {
"documentation": "^11.0.0",
"npm": "^6.5.0",
"test": "^0.6.0"
}
}

0 comments on commit 3475bb8

Please sign in to comment.