mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-09 07:16:40 +02:00
Update deps.
This commit is contained in:
@@ -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
|
||||||
|
20
package.json
20
package.json
@@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user