refactor(project): Renamed all instances of dafa to msfa or mina-sidor-fa. (TV-379)

Squashed commit of the following:

commit d3f52ff6876f6e246c7d3c188e56cc2370289341
Author: Erik Tiekstra <erik.tiekstra@arbetsformedlingen.se>
Date:   Tue Aug 17 14:10:38 2021 +0200

    Renamed all dafa instances to msfa
This commit is contained in:
Erik Tiekstra
2021-08-18 07:10:28 +02:00
parent 6d29baa533
commit 03a2c7a42f
349 changed files with 720 additions and 734 deletions

View File

@@ -1,8 +1,8 @@
{
"name": "dafa-web-monorepo",
"name": "mina-sidor-fa-web-monorepo",
"version": "1.1.0",
"license": "MIT",
"repository": "https://bitbucket.arbetsformedlingen.se/projects/TEA/repos/dafa-web-monorepo",
"repository": "https://bitbucket.arbetsformedlingen.se/projects/TEA/repos/mina-sidor-fa-web-monorepo",
"engines": {
"node": "15"
},
@@ -10,15 +10,15 @@
"ng": "nx",
"postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2015 browser module main",
"nx": "nx",
"start": "ng serve dafa-web",
"start:api": "ng serve dafa-web --configuration api",
"build": "ng build dafa-web",
"build:api": "ng build dafa-web --configuration api",
"test": "ng test dafa-web",
"start": "ng serve mina-sidor-fa",
"start:api": "ng serve mina-sidor-fa --configuration api",
"build": "ng build mina-sidor-fa",
"build:api": "ng build mina-sidor-fa --configuration api",
"test": "ng test mina-sidor-fa",
"release": "bash ./tools/release.sh",
"release:dry": "bash ./tools/release.sh dry",
"lint": "nx workspace-lint && ng lint",
"e2e": "ng e2e dafa-web",
"e2e": "ng e2e mina-sidor-fa",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",