Move all metadata to IPFS with proper schemas #16

Merged
raucao merged 23 commits from feature/ipfs-metadata into master 2017-06-08 22:28:15 +00:00
Showing only changes of commit 918ae5b2d1 - Show all commits
+1 -1
View File
3
@@ -28,7 +28,7 @@ export default Component.extend({
isValidURL: function() {
return isPresent(this.get('newContributor.url'));
}.property('newContributor.name'),
}.property('newContributor.url'),
isValidGithubUID: function() {
return isPresent(this.get('newContributor.github_uid'));
2