1
0
Fork 0

🔧 Reconfigure packages

This commit is contained in:
Joost De Cock 2019-09-29 18:24:21 +02:00
parent 08cdbb501a
commit 1cd89ca299
60 changed files with 611 additions and 492 deletions

View file

@ -27,9 +27,11 @@
"start": "rollup -c -w",
"watch": "npx node-sass --watch --output-style compressed src/theme.scss dist/theme.css"
},
"peerDependencies": {},
"dependencies": {
"open-color": "1.6.3"
},
"devDependencies": {},
"files": [
"dist/*",
"README.md",
@ -37,7 +39,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",