Closed fixplz closed 9 years ago
@fixplz thanks! Not sure about removing lib
though.
@phpnode Ok. I have not been checking in lib
though because I don't understand the policy for updating it. It was last committed before 1.2.0.
@fixplz ah, yes we could remove it from the repo because it gets built with the npm publish
command.
Ok, I'll just do that.
If you .gitignore
it I think we'll need to add an empty .npmignore
too, apparently npm will use .gitignore
if no .npmignore
file exists, so npm publish
would break.
I see, I didn't know that.
How about adding a files
section to package.json
?
Note we have
"build-typed": "npm run build && babel --plugins typecheck -d ./lib ./src",
– the output has to be built twice.I think we should remove
lib/
from the repo now.