Remove schema dependency

This commit is contained in:
Mattias Erming
2014-07-31 04:20:34 -07:00
parent 62a416bd5c
commit 93e9747e44
2 changed files with 4 additions and 4 deletions

View File

@@ -56,14 +56,15 @@ While inside the theme folder, simply run:
resume serve resume serve
``` ```
If successful, you should now see this message: You should now see this message:
``` ```
Preview: http://localhost:4000 Preview: http://localhost:4000
Press ctrl-c to stop Press ctrl-c to stop
``` ```
Congratulations, you've made it! Congratulations, you've made it!
__The theme development can now begin.__ __The theme development can now begin.__
## License ## License

View File

@@ -9,7 +9,6 @@
}, },
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"handlebars": "^2.0.0-alpha.4", "handlebars": "^2.0.0-alpha.4"
"resume-schema": "jsonresume/resume-schema"
} }
} }