add slugify package

This commit is contained in:
Nick Pegg 2017-10-07 14:26:08 -07:00
parent 5d799021f0
commit 348703077b
2 changed files with 7 additions and 1 deletions

View file

@ -10,7 +10,8 @@
"react-markdown": "^2.5.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.13",
"react-skeleton-css": "^1.0.2"
"react-skeleton-css": "^1.0.2",
"slugify": "^1.2.1"
},
"scripts": {
"start": "react-scripts start",