Commit 836a597e57ecba44e2886203020c7f9c61a26dde

Authored by DANG
1 parent a56541cf95

Commit package

Showing 2 changed files with 4 additions and 1 deletions Side-by-side Diff

1 1 /* Space out content a bit */
2 2 @import "../fonts/font.css";
3 3 body {
4   - font-family: 'Hiragino Kaku Gothic Pro';
  4 + font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
5 5  
6 6 }
7 7 .padding-right-0{
... ... @@ -36,6 +36,9 @@
36 36 "nodemon": "^1.11.0",
37 37 "time-grunt": "~0.2.1"
38 38 },
  39 + "scripts": {
  40 + "postinstall": "./node_modules/bower/bin/bower install"
  41 + },
39 42 "engines": {
40 43 "node": ">=0.10.0"
41 44 }