Skip to content

Commit

Permalink
switch to mrest packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfred J. Kwak committed Feb 18, 2017
1 parent d8453fc commit 15af6d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions generators/app/templates/.meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
# but you can also edit it by hand.

ecmascript
ajkwak:restivus
ajkwak:restivus-swagger
mrest:restivus
mrest:restivus-swagger
2 changes: 1 addition & 1 deletion generators/app/templates/server/api.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {Restivus} from 'meteor/ajkwak:restivus';
import {Restivus} from 'meteor/mrest:restivus';

const Api = new Restivus({
apiPath: 'api',
Expand Down

0 comments on commit 15af6d4

Please # to comment.