Skip to content

Commit

Permalink
#336 updated the instructions and package.json for the 0.9.0 real typ…
Browse files Browse the repository at this point in the history
…escript release
  • Loading branch information
jstrachan committed Jun 19, 2013
1 parent 5818afc commit 864c1a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions BUILDING.md
Expand Up @@ -19,17 +19,17 @@ In order to make use of [TypeScript](http://typescriptlang.org/) you will need t

You can do this by running:

npm install -g typescript@0.8.1
npm install -g typescript

Note, if you are using Ubuntu then you may need to use the `sudo` command:

sudo npm install -g typescript@0.8.1
sudo npm install -g typescript

[hawtio](http://hawt.io/) also makes use of [gruntjs](http://gruntjs.com/) for building. This is mentioned in more detail [here](http://hawt.io/building/index.html#Building_with_GruntJS).

You can install this by running

npm install -g grunt@0.3.17
npm install -g grunt

## Using LiveReload

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -38,7 +38,7 @@
"analyze": true,
"devDependencies": {
"grunt": "~0.3.17",
"typescript": "~0.8.1",
"typescript": "~0.9.0",
"phantomjs": "1.9.0-1"
},
"bundledDependencies": [
Expand Down

0 comments on commit 864c1a6

Please sign in to comment.