1
0
Fork 0

chore: Reconfigure packages

This commit is contained in:
Joost De Cock 2021-02-13 20:28:36 +01:00
parent a7f0053024
commit 48021ca7bb
111 changed files with 1129 additions and 1005 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": "next"
"tag": "latest"
},
"engines": {
"node": ">=12.0.0",