mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-01-17 13:18:19 +01:00
Update deps.
This commit is contained in:
parent
f0912f9e9d
commit
6137120b2e
10
README.md
10
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
|
||||
|
20
package.json
20
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"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user