Mercurial > wikked
view package.json @ 394:dbe7dde07e85
runserver: Fix wiki updater not being set properly.
The wiki updater was set but subsequently overwritten in the `runserver`
command along with all the wiki factory params. Now we store them on the
settings objects for the app to pick up on creation.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 14 Oct 2015 22:58:00 -0700 |
parents | 83df9086e723 |
children | 2f68a463cb06 |
line wrap: on
line source
{ "name": "Wikked", "version": "0.1.0", "dependencies": {}, "devDependencies": { "grunt": "~0.4.4", "grunt-contrib-less": "~0.11.0", "grunt-contrib-requirejs": "~0.4.3", "grunt-contrib-copy": "~0.5.0", "grunt-contrib-imagemin": "~0.6.1", "grunt-contrib-jshint": "~0.10.0", "grunt-contrib-watch": "~0.6.1" }, "engines": { "node": ">=0.8.0" } }