tiny, simple, classless CSS framework inspired by new.css devcss.devins.page
framework lightweight css classless stylesheet

feat: improve package.json structure

+10 -8
+10 -8
package.json
··· 2 "name": "@intergrav/dev.css", 3 "version": "3.1.2", 4 "description": "Tiny, simple, classless CSS framework in the style of Vercel's Geist design system", 5 - "author": "intergrav <intergrav@proton.me> (https://intergrav.xyz)", 6 - "license": "MIT", 7 - "repository": "github:intergrav/dev.css", 8 - "bugs": { 9 - "url": "https://github.com/intergrav/dev.css/issues" 10 - }, 11 "keywords": [ 12 "css", 13 "stylesheet", ··· 16 "minimal", 17 "lightweight", 18 "vercel", 19 - "geist" 20 ], 21 - "main": "dev.css", 22 "files": [ 23 "theme", 24 "addon", 25 "demo.html" 26 ], 27 "prettier": { 28 "useTabs": true 29 }
··· 2 "name": "@intergrav/dev.css", 3 "version": "3.1.2", 4 "description": "Tiny, simple, classless CSS framework in the style of Vercel's Geist design system", 5 "keywords": [ 6 "css", 7 "stylesheet", ··· 10 "minimal", 11 "lightweight", 12 "vercel", 13 + "geist", 14 + "open-source" 15 ], 16 + "homepage": "https://github.com/intergrav/dev.css#readme", 17 + "bugs": { 18 + "url": "https://github.com/intergrav/dev.css/issues" 19 + }, 20 + "license": "MIT", 21 + "author": "intergrav <intergrav@proton.me> (https://intergrav.xyz)", 22 "files": [ 23 "theme", 24 "addon", 25 "demo.html" 26 ], 27 + "main": "dev.css", 28 + "repository": "github:intergrav/dev.css", 29 "prettier": { 30 "useTabs": true 31 }