Parcourir la source

Add package and symlink opt

Pavel Pertsev il y a 8 ans
Parent
commit
c1390722b2
3 fichiers modifiés avec 12 ajouts et 0 suppressions
  1. 1 0
      opt/autoload
  2. 1 0
      opt/colors
  3. 10 0
      package.json

+ 1 - 0
opt/autoload

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

+ 1 - 0
opt/colors

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

+ 10 - 0
package.json

@@ -0,0 +1,10 @@
+{
+  "name": "gruvbox",
+  "version": "2.0.0",
+  "repository": "git@github.com:morhetz/gruvbox.git",
+  "author": "Pavel Pertsev <morhetz@gmail.com>",
+  "license": "MIT",
+  "files": [
+    "opt"
+  ]
+}