1
0
mirror of https://github.com/lrsjng/h5ai.git synced 2025-08-09 07:16:40 +02:00

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 following commands to find a fresh zipball in folder `build` (tested on linux
only, requires [`git`][git] and [`npm`][npm] to be installed). only, requires [`git`][git] and [`npm`][npm] to be installed).
~~~sh
> git clone git://github.com/lrsjng/h5ai.git > git clone git://github.com/lrsjng/h5ai.git
> cd h5ai > cd h5ai
> npm install > npm install
> npm run build > npm run build
~~~
## License ## License

View File

@@ -16,16 +16,16 @@
"test": "mocha --recursive test" "test": "mocha --recursive test"
}, },
"devDependencies": { "devDependencies": {
"fquery": "~0.16.2", "fquery": "~0.16.3",
"fquery-autoprefixer": "~0.1.1", "fquery-autoprefixer": "~0.2.0",
"fquery-cssmin": "~0.3.0", "fquery-cssmin": "~0.3.1",
"fquery-handlebars": "~0.2.0", "fquery-handlebars": "~0.3.0",
"fquery-includeit": "~0.2.0", "fquery-includeit": "~0.3.0",
"fquery-jade": "~0.3.0", "fquery-jade": "~0.4.1",
"fquery-jshint": "~0.2.0", "fquery-jshint": "~0.3.0",
"fquery-jszip": "~0.5.0", "fquery-jszip": "~0.5.1",
"fquery-less": "~0.2.0", "fquery-less": "~0.3.0",
"fquery-uglifyjs": "~0.2.1", "fquery-uglifyjs": "~0.3.0",
"mkr": "~0.8.2" "mkr": "~0.8.2"
} }
} }