Skip to content
This repository was archived by the owner on Feb 20, 2022. It is now read-only.

Commit c24e254

Browse files
author
Vincent Cantin
committed
Updated to Meteor v1.4.2.3.
1 parent 4c53364 commit c24e254

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

example-server/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

example-server/.meteor/packages

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ [email protected] # Meteor's client-side reactive programming librar
1515
[email protected] # CSS minifier run for production mode
1616
[email protected] # JS minifier run for production mode
1717
[email protected] # ECMAScript 5 compatibility for older browsers.
18-
ecmascript@0.5.9 # Enable ECMAScript2015+ syntax in app code
18+
ecmascript@0.6.1 # Enable ECMAScript2015+ syntax in app code
1919

20-
20+
2121
2222

example-server/.meteor/release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1+

example-server/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,8 @@
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"author": "Vincent Cantin <[email protected]>",
10-
"license": "MIT"
10+
"license": "MIT",
11+
"dependencies": {
12+
"babel-runtime": "^6.18.0"
13+
}
1114
}

0 commit comments

Comments
 (0)