From 59bdf3c6431396a31a27c9521c5a3f300e85dd1c Mon Sep 17 00:00:00 2001 From: Olivier Combe Date: Tue, 8 May 2018 10:45:16 +0200 Subject: [PATCH] chore: update stackblitz url --- .github/ISSUE_TEMPLATE/Bug_report.md | 2 +- package.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index 758f547e..3dbb09c5 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -26,7 +26,7 @@ ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. ## Minimal reproduction of the problem with instructions diff --git a/package.json b/package.json index c751f6d8..5b28c0a0 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,14 @@ { "name": "@ngx-translate/core", "description": "The internationalization (i18n) library for Angular", + "private": true, "scripts": { "build": "ng build", "commit": "git-cz", "lint": "ng lint", - "ng": "ng", "start": "ng serve", "test": "ng test" }, - "private": true, "dependencies": { "@angular/common": "^6.0.0", "@angular/compiler": "^6.0.0",