Эх сурвалжийг харах

Migrate opt to package.json prop

Pavel Pertsev 8 жил өмнө
parent
commit
dffc9ba3d4

+ 0 - 1
opt/gruvbox/autoload

@@ -1 +0,0 @@
-../../autoload

+ 0 - 1
opt/gruvbox/colors

@@ -1 +0,0 @@
-../../colors

+ 3 - 3
package.json

@@ -4,7 +4,7 @@
   "repository": "git@github.com:morhetz/gruvbox.git",
   "author": "Pavel Pertsev <morhetz@gmail.com>",
   "license": "MIT",
-  "files": [
-    "opt"
-  ]
+  "vim": {
+    "optional": true
+  }
 }