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

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob van Mourik committed Apr 8, 2016
1 parent 6a5f566 commit 4398461
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/services/api.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { default } from 'ember-api-requests/services/requests';
export { default } from 'ember-api-requests/services/api';
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ember-api-requests",
"version": "0.1.0",
"description": "Ember addon for making requests to your backend API.",
"version": "0.1.1",
"description": "Service for making custom requests to a backend API.",
"repository": "git://github.com/jcbvm/ember-api-requests.git",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit 4398461

Please sign in to comment.