You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2019/11/09 01:54:44 UTC

[incubator-apisix-dashboard] branch feature-license-change created (now 13d18b6)

This is an automated email from the ASF dual-hosted git repository.

juzhiyuan pushed a change to branch feature-license-change
in repository https://gitbox.apache.org/repos/asf/incubator-apisix-dashboard.git.


      at 13d18b6  update package

This branch includes the following new commits:

     new 13d18b6  update package

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-apisix-dashboard] 01/01: update package

Posted by ju...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

juzhiyuan pushed a commit to branch feature-license-change
in repository https://gitbox.apache.org/repos/asf/incubator-apisix-dashboard.git

commit 13d18b6c971a8188aba91dba6b84c9d6dd42745f
Author: juzhiyuan <jj...@gmail.com>
AuthorDate: Sat Nov 9 09:54:20 2019 +0800

    update package
---
 package.json | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/package.json b/package.json
index 5f619c9..056a8ec 100644
--- a/package.json
+++ b/package.json
@@ -1,8 +1,8 @@
 {
-  "name": "vue-typescript-admin-template",
+  "name": "incubator-apisix-dashboard",
   "version": "0.1.0",
   "private": true,
-  "author": "Chong Guo <ar...@gmail.com>",
+  "author": "apache",
   "scripts": {
     "serve": "concurrently \"vue-cli-service serve\"",
     "lint": "vue-cli-service lint",
@@ -59,7 +59,7 @@
     "webpack": "^4.35.0"
   },
   "bugs": {
-    "url": "https://github.com/armour/vue-typescript-admin-template/issues"
+    "url": "https://github.com/apache/incubator-apisix-dashboard/issues"
   },
   "gitHooks": {
     "pre-commit": "lint-staged"
@@ -79,6 +79,6 @@
   },
   "repository": {
     "type": "git",
-    "url": "git+https://github.com/armour/vue-typescript-admin-template.git"
+    "url": "git+https://github.com/apache/incubator-apisix-dashboard.git"
   }
 }