Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
npm: Improve UI/UX (#3275)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank authored and pjhampton committed May 8, 2017
1 parent 83a44d2 commit 520e41e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
3 changes: 2 additions & 1 deletion share/spice/npm/content.handlebars
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
<pre>$ npm install {{title}}</pre>
<p>{{description}}</p>
<pre>$ npm install {{title}}</pre>
7 changes: 2 additions & 5 deletions share/spice/npm/npm.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@
group: 'text',
options: {
content: Spice.npm.content,
moreAt: true,
moreText: {
href: 'https://www.npmjs.com/package/' + query
}
moreAt: true
}
}

Expand Down Expand Up @@ -79,4 +76,4 @@
});
});
};
}(this));
}(this));

0 comments on commit 520e41e

Please sign in to comment.