I created a github repo for my project: https://github.com/smlombardi/tesla-atom
I tried to do apm publish minor
but I get:
Unable to parse repository name/owner from package.json repository field
What did I forget?
I created a github repo for my project: https://github.com/smlombardi/tesla-atom
I tried to do apm publish minor
but I get:
Unable to parse repository name/owner from package.json repository field
What did I forget?
Your repository entry in package.json
is empty, hence the Unable to parse repository...
.
It should contains the path to your github repo, basically the link you put in your post.