1
0
mirror of https://github.com/jdan/98.css.git synced 2026-05-05 06:01:22 +09:00

bump to version 0.1.7 fixes #112

This commit is contained in:
Jordan Scales
2021-04-16 22:44:35 -04:00
parent b7c9fa5e7d
commit 0a570cb1f7
2 changed files with 5581 additions and 23 deletions

5599
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{ {
"name": "98.css", "name": "98.css",
"version": "0.1.16", "version": "0.1.17",
"description": "A design system for building faithful recreations of old UIs", "description": "A design system for building faithful recreations of old UIs",
"main": "dist/98.css", "main": "dist/98.css",
"directories": { "directories": {
@@ -40,6 +40,5 @@
"postcss-css-variables": "^0.14.0", "postcss-css-variables": "^0.14.0",
"postcss-inline": "^1.2.0", "postcss-inline": "^1.2.0",
"postcss-inline-svg": "^4.1.0" "postcss-inline-svg": "^4.1.0"
}, }
"dependencies": {}
} }