Browse Source

scaffolding: fix package.json

Reflect the fact that it was moved
into amber monorepo.
Herby Vojčík 4 years ago
parent
commit
decb81b4fa
1 changed files with 2 additions and 2 deletions
  1. 2 2
      grunt-init-project/package.json

+ 2 - 2
grunt-init-project/package.json

@@ -8,10 +8,10 @@
   },
   "repository": {
     "type": "git",
-    "url": "https://lolg.it/amber/grunt-init-amber.git"
+    "url": "https://lolg.it/amber/amber.git"
   },
   "license": "MIT",
   "bugs": {
-    "url": "https://lolg.it/amber/grunt-init-amber/issues"
+    "url": "https://lolg.it/amber/amber/issues?labels=in+template"
   }
 }