From fca143f4010324a999aa198bc7a030adced463ed Mon Sep 17 00:00:00 2001 From: Michael Czechowski Date: Sun, 2 Sep 2018 16:07:27 +0200 Subject: [PATCH] changed repository name and address --- angular.json | 16 ++++++++-------- package.json | 6 +++--- projects/nls-guilloche/package.json | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/angular.json b/angular.json index b52999f..269104b 100644 --- a/angular.json +++ b/angular.json @@ -3,7 +3,7 @@ "version": 1, "newProjectRoot": "projects", "projects": { - "nls-ng6-d3js-guilloche": { + "nls-guilloche-generator": { "root": "", "sourceRoot": "src", "projectType": "application", @@ -17,7 +17,7 @@ "build": { "builder": "@angular-devkit/build-angular:browser", "options": { - "outputPath": "dist/nls-ng6-d3js-guilloche", + "outputPath": "dist/nls-guilloche-generator", "index": "src/index.html", "main": "src/main.ts", "polyfills": "src/polyfills.ts", @@ -54,18 +54,18 @@ "serve": { "builder": "@angular-devkit/build-angular:dev-server", "options": { - "browserTarget": "nls-ng6-d3js-guilloche:build" + "browserTarget": "nls-guilloche-generator:build" }, "configurations": { "production": { - "browserTarget": "nls-ng6-d3js-guilloche:build:production" + "browserTarget": "nls-guilloche-generator:build:production" } } }, "extract-i18n": { "builder": "@angular-devkit/build-angular:extract-i18n", "options": { - "browserTarget": "nls-ng6-d3js-guilloche:build" + "browserTarget": "nls-guilloche-generator:build" } }, "test": { @@ -99,7 +99,7 @@ } } }, - "nls-ng6-d3js-guilloche-e2e": { + "nls-guilloche-generator-e2e": { "root": "e2e/", "projectType": "application", "architect": { @@ -107,7 +107,7 @@ "builder": "@angular-devkit/build-angular:protractor", "options": { "protractorConfig": "e2e/protractor.conf.js", - "devServerTarget": "nls-ng6-d3js-guilloche:serve" + "devServerTarget": "nls-guilloche-generator:serve" } }, "lint": { @@ -162,5 +162,5 @@ } } }, - "defaultProject": "nls-ng6-d3js-guilloche" + "defaultProject": "nls-guilloche-generator" } diff --git a/package.json b/package.json index bcc7fd6..4239757 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { "name": "nls-guilloche-generator", - "version": "0.3.0", + "version": "1.0.0-rc.1", "repository": { "type": "git", - "url": "https://github.com/nextlevelshit/nls-ng6-d3js-guilloche" + "url": "https://github.com/nextlevelshit/nls-guilloche-generator" }, "licenses": [ { "type": "GPL-2.0-only", - "url": "https://github.com/nextlevelshit/nls-ng6-d3js-guilloche/LICENSE.md" + "url": "https://github.com/nextlevelshit/nls-guilloche-generator/LICENSE.md" } ], "author": { diff --git a/projects/nls-guilloche/package.json b/projects/nls-guilloche/package.json index f93a531..6d0f61a 100644 --- a/projects/nls-guilloche/package.json +++ b/projects/nls-guilloche/package.json @@ -1,6 +1,6 @@ { "name": "nls-guilloche", - "version": "0.3.0", + "version": "1.0.0-rc.1", "repository": { "type": "git", "url": "https://github.com/nextlevelshit/nls-ng6-d3js-guilloche"