1
0
Fork 0

chore(cornelius): Fixed linter warnings

This commit is contained in:
Joost De Cock 2021-03-01 18:52:03 +01:00
parent 0756d0fd59
commit a325de31bd
115 changed files with 1598 additions and 1515 deletions

View file

@ -27,12 +27,14 @@
"start": "rollup -c -w",
"watch": "npx node-sass --watch --output-style compressed src/theme.scss dist/theme.css"
},
"peerDependencies": {},
"dependencies": {
"open-color": "^1.7.0",
"@fontsource/permanent-marker": "latest",
"@fontsource/roboto-mono": "latest",
"@fontsource/ubuntu": "latest",
"open-color": "^1.7.0"
"@fontsource/ubuntu": "latest"
},
"devDependencies": {},
"files": [
"dist/*",
"README.md",
@ -40,7 +42,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=12.0.0",