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

View File

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