Skip to content

Commit 4099670

Browse files
committed
Improving browserify requirability. #67
1 parent 3b0e4bc commit 4099670

File tree

6 files changed

+68
-79
lines changed

6 files changed

+68
-79
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##### 0.9.0 - xx May 2014
1+
##### 0.9.0 - 22 May 2014
22

33
###### Breaking API changes
44
- #61 - Make custom serializers/deserializers more valuable

Gruntfile.js

-5
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,6 @@ module.exports = function (grunt) {
7474
'dist/angular-data.js': ['src/index.js']
7575
},
7676
options: {
77-
alias: [
78-
'lib/observe-js/observe-js.js:observejs',
79-
'src/errors.js:errors',
80-
'src/utils.js:utils'
81-
],
8277
// TODO: There's got to be a better way to consume observe-js without it polluting the global space
8378
postBundleCB: function (err, src, next) {
8479
if (err) {

0 commit comments

Comments
 (0)