publish docs

This commit is contained in:
Jordan Scales 2023-03-12 14:16:09 -04:00
parent b85af86773
commit 94688d0dd7
3 changed files with 9 additions and 3 deletions

View file

@ -65,6 +65,12 @@ Refer to [the GitHub issues page](https://github.com/jdan/98.css/issues) to see
Thank you for checking my little project out, I hope it brought you some joy today. Consider [starring/following along on GitHub](https://github.com/jdan/98.css/stargazers) and maybe subscribing to more fun things on [my twitter](https://twitter.com/jdan). 👋 Thank you for checking my little project out, I hope it brought you some joy today. Consider [starring/following along on GitHub](https://github.com/jdan/98.css/stargazers) and maybe subscribing to more fun things on [my twitter](https://twitter.com/jdan). 👋
### Publishing
Building the docs site: `npm run deploy:docs`
Publishing to npm: `npm run release`
### License ### License
[MIT](https://github.com/jdan/98.css/blob/main/LICENSE) [MIT](https://github.com/jdan/98.css/blob/main/LICENSE)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "98.css", "name": "98.css",
"version": "0.1.19", "version": "0.1.20",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "98.css", "name": "98.css",
"version": "0.1.19", "version": "0.1.20",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"chokidar": "^3.3.1", "chokidar": "^3.3.1",

View file

@ -1,6 +1,6 @@
{ {
"name": "98.css", "name": "98.css",
"version": "0.1.19", "version": "0.1.20",
"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": {