Skip to content

Commit

Permalink
chore: update stackblitz url
Browse files Browse the repository at this point in the history
  • Loading branch information
ocombe committed May 8, 2018
1 parent 5ac8fec commit 59bdf3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/Bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
## Minimal reproduction of the problem with instructions
<!--
For bug reports please provide the *STEPS TO REPRODUCE* and if possible a *MINIMAL DEMO* of the problem via
https://stackblitz.com or similar. You can use this template as a starting point: https://stackblitz.com/fork/github-nmf2fo
https://stackblitz.com or similar. You can use this template as a starting point: https://stackblitz.com/github/ngx-translate/example
-->


Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 59bdf3c

Please sign in to comment.