Skip to content

Commit

Permalink
fixed link to git repo
Browse files Browse the repository at this point in the history
  • Loading branch information
splendido committed Oct 29, 2014
1 parent a8e2ef8 commit e4c93d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package.describe({
summary: "Accounts Templates styled for Semantic UI.",
version: "1.0.0",
name: "useraccounts:semantic-ui",
git: "https://github.com/meteor-useraccounts/semantic.git",
git: "https://github.com/meteor-useraccounts/semantic-ui.git",
});

Package.on_use(function(api, where) {
Expand Down Expand Up @@ -57,7 +57,7 @@ Package.on_use(function(api, where) {

Package.on_test(function(api) {
api.use([
"useraccounts:semantic",
"useraccounts:semantic-ui",
"useraccounts:[email protected]",
]);

Expand Down

0 comments on commit e4c93d1

Please sign in to comment.