2
0

changed repository name and address

This commit is contained in:
2018-09-02 16:07:27 +02:00
parent 563ee0c156
commit fca143f401
3 changed files with 12 additions and 12 deletions

View File

@@ -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"
}

View File

@@ -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": {

View File

@@ -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"