changed repository name and address
This commit is contained in:
16
angular.json
16
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"
|
||||
}
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user