view package.json @ 7330:eac20c4b7b20

style: use monospace for changeset messages Similar to commits 9005c37dbe21 and 6e65c2153baa that make PR descriptions display in a monospace font, apply monospace on changeset messages. Note that in the files template, the reference to the non-existing 'commit' class can be replaced instead of appending to it.
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Sat, 09 Jun 2018 21:39:10 +0200
parents 6c3bb9a845d7
children b66725ba01ed
line wrap: on
line source

{
  "name": "kallithea",
  "private": true,
  "dependencies": {
    "bootstrap": "3.3.7"
  },
  "devDependencies": {
    "less": "~2.7",
    "less-plugin-clean-css": "~1.5"
  },
  "scripts": {
    "less": "lessc --relative-urls --source-map --source-map-less-inline kallithea/public/less/main.less kallithea/public/css/style.css"
  }
}