diff --git a/opt/autoload b/opt/autoload new file mode 120000 index 00000000..c86fb0e1 --- /dev/null +++ b/opt/autoload @@ -0,0 +1 @@ +../autoload \ No newline at end of file diff --git a/opt/colors b/opt/colors new file mode 120000 index 00000000..7b58b1ab --- /dev/null +++ b/opt/colors @@ -0,0 +1 @@ +../colors \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 00000000..aa1d1788 --- /dev/null +++ b/package.json @@ -0,0 +1,10 @@ +{ + "name": "gruvbox", + "version": "2.0.0", + "repository": "git@github.com:morhetz/gruvbox.git", + "author": "Pavel Pertsev ", + "license": "MIT", + "files": [ + "opt" + ] +}