Skip to content

Commit d3b4922

Browse files
committed
Stable Version 0.4.1.
General cleanup.
1 parent 4e42702 commit d3b4922

File tree

23 files changed

+495
-889
lines changed

23 files changed

+495
-889
lines changed

Gruntfile.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ module.exports = function (grunt) {
7474
options: {
7575
alias: [
7676
'node_modules/observe-js/src/observe.js:observejs',
77-
'src/datastore/store/index.js:store',
7877
'src/datastore/services/index.js:services',
7978
'src/errors/index.js:errors',
8079
'src/utils/index.js:utils'

bower.json

Lines changed: 1 addition & 1 deletion
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.0.1-SNAPSHOT",
5+
"version": "0.4.1",
66
"homepage": "http://jmdobry.github.io/angular-data/",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)