Skip to content
Snippets Groups Projects
Commit 6ff377d4 authored by Todd Dembrey's avatar Todd Dembrey
Browse files

Updates from review

- remove markdown
- format scss
parent 12ac78f4
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
ul { ul {
list-style: initial; list-style: initial;
list-style-position: inside; list-style-position: inside;
} }
ol { ol {
list-style-type: decimal; list-style-type: decimal;
......
...@@ -6927,24 +6927,6 @@ ...@@ -6927,24 +6927,6 @@
"object-visit": "^1.0.0" "object-visit": "^1.0.0"
} }
}, },
"markdown": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/markdown/-/markdown-0.5.0.tgz",
"integrity": "sha1-KCBbVlqK51kt4gdGPWY33BgnIrI=",
"requires": {
"nopt": "~2.1.1"
},
"dependencies": {
"nopt": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/nopt/-/nopt-2.1.2.tgz",
"integrity": "sha1-bMzZd7gBMqB3MdbozljCyDA8+a8=",
"requires": {
"abbrev": "1"
}
}
}
},
"matchdep": { "matchdep": {
"version": "2.0.0", "version": "2.0.0",
"resolved": "https://registry.npmjs.org/matchdep/-/matchdep-2.0.0.tgz", "resolved": "https://registry.npmjs.org/matchdep/-/matchdep-2.0.0.tgz",
......
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
"gulp-uglify": "^3.0.1", "gulp-uglify": "^3.0.1",
"humps": "^2.0.1", "humps": "^2.0.1",
"js-cookie": "^2.2.0", "js-cookie": "^2.2.0",
"markdown": "^0.5.0",
"moment": "^2.24.0", "moment": "^2.24.0",
"moment-timezone": "^0.5.23", "moment-timezone": "^0.5.23",
"node-sass-import-once": "^1.2.0", "node-sass-import-once": "^1.2.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment