Add package and symlink opt

This commit is contained in:
Pavel Pertsev
2017-08-19 15:23:29 +03:00
parent 2e52310094
commit c1390722b2
3 changed files with 12 additions and 0 deletions

1
opt/autoload Symbolic link
View File

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

1
opt/colors Symbolic link
View File

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

10
package.json Normal file
View File

@@ -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"
]
}