Skip to content

Commit 996185b

Browse files
committed
Merge pull request #21 from jmdobry/0.5.0
0.5.0
2 parents 14ee136 + 15fe820 commit 996185b

File tree

45 files changed

+3239
-2082
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+3239
-2082
lines changed

Gruntfile.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ module.exports = function (grunt) {
7373
// TODO: There's got to be a better way to consume observe-js without it polluting the global space
7474
options: {
7575
alias: [
76-
'node_modules/observe-js/src/observe.js:observejs',
76+
'lib/observe-js.js:observejs',
77+
'src/datastore/adapters/http/index.js:HttpAdapter',
7778
'src/datastore/services/index.js:services',
7879
'src/errors/index.js:errors',
7980
'src/utils/index.js:utils'

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Jason Dobry",
33
"name": "angular-data",
44
"description": "Data store for Angular.js.",
5-
"version": "0.4.2",
5+
"version": "0.5.0",
66
"homepage": "http://jmdobry.github.io/angular-data/",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)