Skip to content

Commit a36ff04

Browse files
committed
revert unneeded changes
1 parent 795412b commit a36ff04

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package.describe({
22
name: "urigo:angular",
33
summary: "The simplest no-conflict way to use AngularJS with Meteor, Meteorite and Atmosphere Smart Packages.",
4-
version: "0.9.1",
4+
version: "0.9.0",
55
git: "https://github.com/Urigo/angular-meteor.git"
66
});
77

@@ -32,7 +32,6 @@ Package.on_use(function (api) {
3232
api.use('angular:[email protected]', 'client');
3333
api.use('minimongo'); // for idStringify
3434
api.use('observe-sequence');
35-
api.use('reactive-var');
3635
api.use('dburles:[email protected]', 'client'); // For getCollectionByName
3736

3837
// Files to load in Client only.
@@ -55,8 +54,6 @@ Package.on_use(function (api) {
5554
// Finally load angular-meteor File
5655
'angular-meteor.js'
5756
], 'client');
58-
59-
api.export("getAngularScope", 'client');
6057
});
6158

6259
Package.onTest(function(api) {

0 commit comments

Comments
 (0)