New version build
Showing
ArialFontFace.css
0 → 100644
| { | ||
| "name": "@gsc/material", | ||
| "version": "2.0.1", | ||
| "version": "2.2.0", | ||
| "description": "An implementation of Material-UI with GSC styling", | ||
| "main": "index.js", | ||
| "repository": "https://gitlab.gsc.org.uk/gsc-frameworks/gsc-material.git", | ||
| ... | ... | @@ -9,10 +9,14 @@ |
| "private": true, | ||
| "files": [ | ||
| "index.js", | ||
| "ProximaNovaFontFace.css" | ||
| "theme.js", | ||
| "themeDefinition.js", | ||
| "ProximaNovaFontFace.css", | ||
| "ArialFontFace.css" | ||
| ], | ||
| "peerDependencies": { | ||
| "@material-ui/core": "^4.1.0" | ||
| "optionalDependencies": { | ||
| "@material-ui/core": "^4.4.0", | ||
| "@material-ui/styles": "^4.3.3" | ||
| }, | ||
| "devDependencies": { | ||
| "@babel/cli": "^7.1.2", | ||
| ... | ... |
theme.js
0 → 100644
themeDefinition.js
0 → 100644
Please register or sign in to comment