Skip to content

Commit

Permalink
Deleted lib/router.js - package.js modified
Browse files Browse the repository at this point in the history
  • Loading branch information
nodeminderjs committed May 9, 2014
1 parent 1f6ad40 commit 0b86606
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Package.on_use(function(api) {

api.add_files('lib/admin.js', ['client', 'server']);
api.add_files(['lib/main.html', 'lib/main.js', 'lib/main.css'], 'client');
api.add_files('lib/router.js', ['client', 'server']);
});

/*
Expand Down

0 comments on commit 0b86606

Please sign in to comment.