Closed GitPuffy closed 8 years ago
Not yet, no. I am in the midst of figuring out the best way to implement #3.
Btw, I had to manually install xxhash to get 0.3.0-pre working. npm install xxhash
I do not know if that is something your package should know about or not.
It should and actually does: package.json#L9-L11
npm install
should have been enough.
The thing is that NPM installs the dependencies implicitly, when you install a package (e.g. npm install nodebb-plugins-smoothshorts
). NodeBB issues basically the same command when you install plugins from the ACP.
If you, however, clone a repo, you'll have to take that step yourself and do the npm install
. NPM looks for package.json in the current directory and installs that, if you don't give install
a package name. :)
Aside from the ability to change around the shortlink URL (which is ahhmazing, btw) is there anything else significant that I should see in
0.3.0-pre
? I am using the Lavender theme, if that matters.Thank you.