diff --git a/README.md b/README.md index 367b8446..751dcddc 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,12 @@ There are installation ready packages for the latest [releases][release] and following commands to find a fresh zipball in folder `build` (tested on linux only, requires [`git`][git] and [`npm`][npm] to be installed). - > git clone git://github.com/lrsjng/h5ai.git - > cd h5ai - > npm install - > npm run build +~~~sh +> git clone git://github.com/lrsjng/h5ai.git +> cd h5ai +> npm install +> npm run build +~~~ ## License diff --git a/package.json b/package.json index 487b70eb..3ac151f2 100644 --- a/package.json +++ b/package.json @@ -16,16 +16,16 @@ "test": "mocha --recursive test" }, "devDependencies": { - "fquery": "~0.16.2", - "fquery-autoprefixer": "~0.1.1", - "fquery-cssmin": "~0.3.0", - "fquery-handlebars": "~0.2.0", - "fquery-includeit": "~0.2.0", - "fquery-jade": "~0.3.0", - "fquery-jshint": "~0.2.0", - "fquery-jszip": "~0.5.0", - "fquery-less": "~0.2.0", - "fquery-uglifyjs": "~0.2.1", + "fquery": "~0.16.3", + "fquery-autoprefixer": "~0.2.0", + "fquery-cssmin": "~0.3.1", + "fquery-handlebars": "~0.3.0", + "fquery-includeit": "~0.3.0", + "fquery-jade": "~0.4.1", + "fquery-jshint": "~0.3.0", + "fquery-jszip": "~0.5.1", + "fquery-less": "~0.3.0", + "fquery-uglifyjs": "~0.3.0", "mkr": "~0.8.2" } }