Skip to content

Commit d006339

Browse files
committed
added .meteor folder
1 parent 28c1c40 commit d006339

File tree

7 files changed

+77
-0
lines changed

7 files changed

+77
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# This file contains information which helps Meteor properly upgrade your
2+
# app when you run 'meteor update'. You should check it into version control
3+
# with your project.
4+
5+
notices-for-0.9.0
6+
notices-for-0.9.1
7+
0.9.4-platform-file
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
local

examples/leaderboard/.meteor/.id

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# This file contains a token that is unique to your project.
2+
# Check it into your repository along with the rest of this directory.
3+
# It can be used for purposes such as:
4+
# - ensuring you don't accidentally deploy one app on top of another
5+
# - providing package authors with aggregated statistics
6+
7+
1hbjdsf10ggxitl6ajk1
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Meteor packages used by this project, one per line.
2+
# Check this file (and the other files in this directory) into your repository.
3+
#
4+
# 'meteor add' and 'meteor remove' will edit this file for you,
5+
# but you can also edit it by hand.
6+
7+
meteor-platform
8+
autopublish
9+
insecure
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
server
2+
browser
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
METEOR@1.0.3.1
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
application-configuration@1.0.4
2+
autopublish@1.0.2
3+
autoupdate@1.1.5
4+
base64@1.0.2
5+
binary-heap@1.0.2
6+
blaze@2.0.4
7+
blaze-tools@1.0.2
8+
boilerplate-generator@1.0.2
9+
callback-hook@1.0.2
10+
check@1.0.4
11+
ddp@1.0.14
12+
deps@1.0.6
13+
ejson@1.0.5
14+
fastclick@1.0.2
15+
follower-livedata@1.0.3
16+
geojson-utils@1.0.2
17+
html-tools@1.0.3
18+
htmljs@1.0.3
19+
http@1.0.10
20+
id-map@1.0.2
21+
insecure@1.0.2
22+
jquery@1.11.3
23+
json@1.0.2
24+
launch-screen@1.0.1
25+
livedata@1.0.12
26+
logging@1.0.6
27+
meteor@1.1.4
28+
meteor-platform@1.2.1
29+
minifiers@1.1.3
30+
minimongo@1.0.6
31+
mobile-status-bar@1.0.2
32+
mongo@1.0.11
33+
observe-sequence@1.0.4
34+
ordered-dict@1.0.2
35+
random@1.0.2
36+
reactive-dict@1.0.5
37+
reactive-var@1.0.4
38+
reload@1.1.2
39+
retry@1.0.2
40+
routepolicy@1.0.4
41+
session@1.0.5
42+
spacebars@1.0.5
43+
spacebars-compiler@1.0.4
44+
templating@1.0.11
45+
tracker@1.0.5
46+
ui@1.0.5
47+
underscore@1.0.2
48+
url@1.0.3
49+
webapp@1.1.6
50+
webapp-hashing@1.0.2

0 commit comments

Comments
 (0)