Skip to content

Commit 4ea3b01

Browse files
committed
v1.0.7
- Docs update. Fix: #8 , thanks to @SimonSimCity - Compatibility with `[email protected]` - Internal Atmosphere dependencies update
1 parent a980c9e commit 4ea3b01

File tree

2 files changed

+40
-43
lines changed

2 files changed

+40
-43
lines changed

.versions

+38-41
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,46 @@
1-
allow-deny@1.0.5
2-
babel-compiler@6.18.2
3-
babel-runtime@1.0.1
1+
allow-deny@1.1.0
2+
babel-compiler@7.0.5
3+
babel-runtime@1.2.0
44
55
6-
7-
blaze-tools@1.0.9
8-
boilerplate-generator@1.0.11
9-
callback-hook@1.0.10
10-
11-
ddp@1.2.5
12-
13-
ddp-common@1.2.8
14-
ddp-server@1.3.14
15-
16-
17-
ecmascript@0.7.3
18-
ecmascript-runtime@0.3.15
19-
ejson@1.0.13
6+
7+
callback-hook@1.1.0
8+
check@1.3.0
9+
ddp@1.4.0
10+
11+
ddp-common@1.4.0
12+
13+
diff-sequence@1.1.0
14+
dynamic-import@0.3.0
15+
16+
17+
ecmascript-runtime-client@0.6.2
18+
ecmascript-runtime-server@0.5.0
19+
ejson@1.1.0
2020
21-
22-
23-
24-
25-
local-test:ostrio:[email protected]
26-
27-
28-
29-
30-
31-
21+
22+
23+
local-test:ostrio:[email protected]
24+
25+
26+
27+
28+
29+
30+
3231
33-
34-
35-
36-
37-
38-
39-
40-
32+
33+
34+
35+
36+
37+
38+
4139
42-
43-
44-
40+
41+
4542
46-
4743
48-
44+
45+
4946

package.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
name: 'ostrio:meteor-root',
3-
version: '1.0.6',
3+
version: '1.0.7',
44
summary: '[Server] Get current path on server, where is Meteor application is running',
55
git: 'https://github.com/VeliovGroup/Meteor-root',
66
documentation: 'README.md'
@@ -14,4 +14,4 @@ Package.onUse(function(api) {
1414
Package.onTest(function(api) {
1515
api.use(['ostrio:meteor-root', 'tinytest'], 'server');
1616
api.addFiles('meteor-root-test.js', 'server');
17-
});
17+
});

0 commit comments

Comments
 (0)