Add package.json to allow use of 'npm link'

This commit is contained in:
Joshua Granick
2017-12-28 13:12:48 -08:00
parent a454265cc4
commit d8ac0c032f

4
package.json Normal file
View File

@@ -0,0 +1,4 @@
{
"name": "lime",
"private": true
}