You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Then start your app with `meteor` and follow the instructions.
23
23
24
24
## Defining Packages
25
25
26
-
Once the npm support has been initialized, you'll be having a file name called `packages.json` inside your app. Define packages on that file as shown below.
26
+
Once npm support has been initialized, you'll have a file name called `packages.json` inside your app. Define packages in that file as shown below.
27
27
28
28
~~~json
29
29
{
@@ -32,7 +32,7 @@ Once the npm support has been initialized, you'll be having a file name called `
32
32
}
33
33
~~~
34
34
35
-
> You must need to define absolute version number of the npm module
35
+
> You must define an absolute version number for the npm module
36
36
37
37
If you need to install an npm module from a specific commit, use the syntax:
38
38
@@ -41,6 +41,7 @@ If you need to install an npm module from a specific commit, use the syntax:
The above can be generated using [github releases](https://github.com/blog/1547-release-your-software). You're going to want to use `<commit hash>.tar.gz` version, not `archive/<version number>.tar.gz`.
0 commit comments