This commit is contained in:
batjko 2014-07-21 15:05:11 +01:00
parent 939ead3aee
commit 9b8ee42f79

View file

@ -51,7 +51,7 @@ your-app/
└── index.html └── index.html
``` ```
The format of `package.json` is exactly the same as with Node's modules, and the The format of `package.json` is exactly the same as that of Node's modules, and the
script specified by the `main` field is the startup script of your app, which script specified by the `main` field is the startup script of your app, which
will run on the browser side. An example of your `package.json` might look like will run on the browser side. An example of your `package.json` might look like
this: this: