@master/normal.css
Advanced tools
Comparing version 2.0.0-beta.48 to 2.0.0-beta.49
@@ -1,39 +0,1 @@ | ||
{ | ||
"name": "@master/normal.css", | ||
"scripts": { | ||
"build": "esbuild src/index.css --bundle --minify --outfile=dist/index.css", | ||
"dev": "npm run build -- --watch" | ||
}, | ||
"license": "MIT", | ||
"description": "Normalize browser's styles ~500B", | ||
"author": "Aoyue Design LLC.", | ||
"funding": "https://docs.master.co/css/donate", | ||
"homepage": "https://css.master.co", | ||
"bugs": { | ||
"url": "https://github.com/master-co/css/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/master-co/css.git", | ||
"directory": "packages/normal.css" | ||
}, | ||
"keywords": [ | ||
"normalize", | ||
"browser", | ||
"style", | ||
"css", | ||
"font", | ||
"smoothing", | ||
"box-sizing", | ||
"text", | ||
"rendering", | ||
"lightweight", | ||
"antialiased" | ||
], | ||
"main": "./dist/index.css", | ||
"style": "./dist/index.css", | ||
"files": [ | ||
"dist" | ||
], | ||
"version": "2.0.0-beta.48" | ||
} | ||
{"name":"@master/normal.css","scripts":{"build":"esbuild src/index.css --bundle --minify --outfile=dist/index.css","dev":"npm run build -- --watch"},"license":"MIT","description":"Normalize browser's styles ~500B","author":"Aoyue Design LLC.","funding":"https://docs.master.co/css/donate","homepage":"https://css.master.co","bugs":{"url":"https://github.com/master-co/css/issues"},"repository":{"type":"git","url":"https://github.com/master-co/css.git","directory":"packages/normal.css"},"keywords":["normalize","browser","style","css","font","smoothing","box-sizing","text","rendering","lightweight","antialiased"],"main":"./dist/index.css","style":"./dist/index.css","files":["dist"],"version":"2.0.0-beta.49"} |
6325