[reveal] remove typeface-fira-sans npm module (not used)

This commit is contained in:
Simon Bruder 2018-06-09 15:09:42 +00:00
parent 649b3fc474
commit e2285bbcea
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F
2 changed files with 2 additions and 9 deletions

View file

@ -13,11 +13,6 @@
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/reveal.js/-/reveal.js-3.6.0.tgz",
"integrity": "sha1-zg5k8wy+vW5c6IXC84QIXF5YIeg="
},
"typeface-fira-sans": {
"version": "0.0.54",
"resolved": "https://registry.npmjs.org/typeface-fira-sans/-/typeface-fira-sans-0.0.54.tgz",
"integrity": "sha512-WPbYqk8w4YRWWCGOrBDXo0iPUmNdTR3frTq2I16+RSLJMNbIDjRMpbMjmyMipBmXN8bwuvyumCgJ5oGpuzpY3g=="
}
}
}

View file

@ -8,10 +8,8 @@
},
"dependencies": {
"highlight.js": "^9.12.0",
"reveal.js": "^3.6.0",
"typeface-fira-sans": "0.0.54"
"reveal.js": "^3.6.0"
},
"author": "Simon Bruder",
"license": "MIT",
"devDependencies": {}
"license": "MIT"
}