cleaned up package.jsons
This commit is contained in:
10
package.json
10
package.json
@@ -1,15 +1,14 @@
|
||||
{
|
||||
"name": "@capire/samples",
|
||||
"description": "The umbrella project for all samples to easily setup for local development and tests.",
|
||||
"description": "A monorepo with several samples for CAP.",
|
||||
"repository": "https://github.com/sap-samples/cloud-cap-samples.git",
|
||||
"author": "daniel.hutzel@sap.com",
|
||||
"scripts": {
|
||||
"bookshop": "cds watch fiori"
|
||||
},
|
||||
"dependencies": {
|
||||
"@capire/bookshop": "file:bookshop",
|
||||
"@capire/common": "file:common",
|
||||
"@capire/events": "file:events",
|
||||
"@capire/fiori": "file:fiori",
|
||||
"@capire/media": "file:media",
|
||||
"@capire/orders": "file:orders",
|
||||
"@capire/reviews": "file:reviews"
|
||||
},
|
||||
@@ -17,6 +16,5 @@
|
||||
"chai": "^4.2.0",
|
||||
"chai-subset": "^1.6.0"
|
||||
},
|
||||
"license": "SAP SAMPLE CODE LICENSE",
|
||||
"private": true
|
||||
"license": "SAP SAMPLE CODE LICENSE"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user