Skip to content

Commit

Permalink
Add new Roboto template and update versions for composer.json (#62)
Browse files Browse the repository at this point in the history
* New 'roboto' template
* Change refresh rate to use input value
* Ignore Sublime project files
* Update styles - major changes
* Convert roboto styles into 'less' files. Update composer package versions.
  • Loading branch information
Erik Waibel authored and craig-davis committed Oct 16, 2017
1 parent 8a80b5d commit 442afa1
Show file tree
Hide file tree
Showing 10 changed files with 1,452 additions and 168 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -16,3 +16,4 @@ Icon
# Files that might appear on external disk
.Spotlight-V100
.Trashes
*.sublime*
8 changes: 5 additions & 3 deletions composer.json
Expand Up @@ -46,17 +46,19 @@
"kriswallsmith/assetic": "1.1.2",
"leafo/lessphp": "v0.4.0",
"michelf/php-markdown": "1.4.0",
"michelf/php-smartypants": "1.6.0-beta1",
"michelf/php-smartypants": "^1.8",
"mustache/mustache": "2.5.1",
"phpunit/phpunit": "3.7.*",
"squizlabs/php_codesniffer": "1.*",
"sunra/php-simple-html-dom-parser": "v1.5.0",
"symfony/config": "v2.3.4",
"symfony/console": "v2.3.4",
"symfony/yaml": "v2.3.4",
"twig/twig": "v1.13.2"
"twig/twig": "v1.13.2",
"symfony/event-dispatcher": "^4.0@dev",
"leafo/scssphp": "dev-master"
},
"bin": [
"bin/md2resume"
]
}
}

0 comments on commit 442afa1

Please sign in to comment.