Skip to content

Commit 3631ced

Browse files
committed
Bumped version to 1.0. Removed node-version option from README.
1 parent 963e21b commit 3631ced

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

README.md

-5
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@ Convert the Meteor app in the current directory and output to ~/meteor-app/conve
3434

3535
$ demeteorizer -o ~/meteor-app/converted
3636

37-
Convert the Meteor app in the current directory, output to ~/meteor-app/converted, and set minimum
38-
node version to 0.8.26.
39-
40-
$ demeteorizer -o ~/meteor-app/converted -n v0.8.26
41-
4237
## Running Resulting App
4338
Meteor apps make use of the following environment variables:
4439

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"keywords": [
55
"meteor"
66
],
7-
"version": "0.9.0",
7+
"version": "1.0.0",
88
"author": "Modulus <[email protected]>",
99
"maintainers": [
1010
"Brandon Cannaday <[email protected]>",

0 commit comments

Comments
 (0)