Update deps.

This commit is contained in:
Lars Jung 2015-04-13 00:13:38 +02:00
parent f0912f9e9d
commit 6137120b2e
2 changed files with 16 additions and 14 deletions

View File

@ -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

View File

@ -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"
}
}