Remove schema dependency
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"handlebars": "^2.0.0-alpha.4",
|
||||
"resume-schema": "jsonresume/resume-schema"
|
||||
"handlebars": "^2.0.0-alpha.4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user