Просмотр исходного кода

rename to growi-plugin-pukiwiki-like-linker

Yuki Takei 8 лет назад
Родитель
Сommit
a32875b6f5

+ 5 - 1
packages/growi-plugin-pukiwiki-like-linker/.babelrc

@@ -1,6 +1,10 @@
 {
   "presets": [
-    "es2015"
+    ["env", {
+      "targets": {
+        "browsers": ["last 2 versions"]
+      }
+    }]
   ],
   "plugins": [
     "add-module-exports",

+ 12 - 11
packages/growi-plugin-pukiwiki-like-linker/package.json

@@ -1,10 +1,10 @@
 {
-  "name": "crowi-plugin-pukiwiki-like-linker",
+  "name": "growi-plugin-pukiwiki-like-linker",
   "version": "1.0.1",
-  "description": "The Crowi Plugin to add PukiwikiLikeLinker",
+  "description": "GROWI plugin to add PukiwikiLikeLinker",
   "keywords": [
-    "crowi-plus",
-    "crowi-plugin"
+    "growi",
+    "growi-plugin"
   ],
   "main": "lib/index.js",
   "files": [
@@ -20,23 +20,24 @@
   },
   "repository": {
     "type": "git",
-    "url": "https://github.com/yuki-takei/crowi-plugin-pukiwiki-like-linker.git"
+    "url": "https://github.com/weseek/growi-plugin-pukiwiki-like-linker.git"
   },
   "author": "Yuki Takei <yuki@weseek.co.jp>",
   "license": "MIT",
   "bugs": {
-    "url": "https://github.com/yuki-takei/crowi-plugin-pukiwiki-like-linker/issues"
+    "url": "https://github.com/weseek/growi-plugin-pukiwiki-like-linker/issues"
   },
-  "homepage": "https://github.com/yuki-takei/crowi-plugin-pukiwiki-like-linker#readme",
+  "homepage": "https://github.com/weseek/crowi-plugin-pukiwiki-like-linker#readme",
   "dependencies": {
   },
   "devDependencies": {
-    "babel-cli": "^6.23.0",
+    "babel-cli": "^6.26.0",
     "babel-plugin-add-module-exports": "^0.2.1",
-    "babel-plugin-transform-class-properties": "^6.23.0",
-    "babel-preset-es2015": "^6.22.0",
-    "babel-preset-power-assert": "^1.0.0",
+    "babel-plugin-transform-class-properties": "^6.24.0",
+    "babel-preset-env": "^1.6.0",
+    "babel-preset-power-assert": "^2.0.0",
     "babel-register": "^6.23.0",
+    "mocha": "^5.0.4",
     "power-assert": "^1.4.2",
     "rimraf": "^2.6.1"
   }