-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Removed all references to typeKey - changed serializer to use new normalize syntax
- Loading branch information
Cody Mcculloch
committed
Aug 18, 2015
1 parent
5edf809
commit 87b5f65
Showing
4 changed files
with
49 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "ember-data-sails", | ||
"name": "bc-ember-data-sails", | ||
"version": "0.0.16", | ||
"description": "Adapters and tools for EmberJS to work well with SailsJS", | ||
"directories": { | ||
|
@@ -11,11 +11,17 @@ | |
"build": "ember build", | ||
"test": "ember test" | ||
}, | ||
"repository": "https://github.com/huafu/ember-data-sails.git", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/brickclick/ember-data-sails.git.git#bc-ember-data-sails" | ||
}, | ||
"engines": { | ||
"node": ">= 0.10.0" | ||
}, | ||
"author": "Huafu Gandon <[email protected]>", | ||
"author": { | ||
"name": "Brickclick", | ||
"email": "[email protected]" | ||
}, | ||
"license": "MIT", | ||
"devDependencies": { | ||
"broccoli-asset-rev": "^2.0.2", | ||
|
@@ -40,5 +46,31 @@ | |
], | ||
"ember-addon": { | ||
"configPath": "tests/dummy/config" | ||
} | ||
}, | ||
"gitHead": "7df416974e7c85d63ff63b84c164c61c94ae7e56", | ||
"bugs": { | ||
"url": "https://github.com/brickclick/ember-data-sails.git/issues" | ||
}, | ||
"homepage": "https://github.com/brickclick/ember-data-sails.git", | ||
"_id": "[email protected]", | ||
"_shasum": "97daa5da0ab54cff2e25b0f5baade7243b29c6c3", | ||
"_from": "bc-ember-data-sails@*", | ||
"_npmVersion": "2.7.4", | ||
"_nodeVersion": "0.12.0", | ||
"_npmUser": { | ||
"name": "t3rminus", | ||
"email": "[email protected]" | ||
}, | ||
"dist": { | ||
"shasum": "97daa5da0ab54cff2e25b0f5baade7243b29c6c3", | ||
"tarball": "http://registry.npmjs.org/bc-ember-data-sails/-/bc-ember-data-sails-0.0.16.tgz" | ||
}, | ||
"maintainers": [ | ||
{ | ||
"name": "t3rminus", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"_resolved": "https://registry.npmjs.org/bc-ember-data-sails/-/bc-ember-data-sails-0.0.16.tgz", | ||
"readme": "ERROR: No README data found!" | ||
} |