Ivan Asmer 4 年 前
コミット
fa1a8a751e
1 ファイル変更4 行追加1 行削除
  1. 4 1
      package.json

+ 4 - 1
package.json

@@ -4,7 +4,10 @@
   "description": "Meta(Tem)Plate is anti boilerPlate and map removal tool for metatemplating react JSX",
   "author": "asmer",
   "license": "MIT",
-  "repository": "asmer/metaplate",
+  "repository": {
+    "type": "git",
+    "url": "git@gitlab.a-level.com.ua:gitgod/metaplate.git"
+  },
   "main": "dist/index.js",
   "module": "dist/index.modern.js",
   "source": "src/index.js",