diff --git a/README.md b/README.md index 002a3b2..3fa4de2 100644 --- a/README.md +++ b/README.md @@ -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). 👋 +### Publishing + +Building the docs site: `npm run deploy:docs` + +Publishing to npm: `npm run release` + ### License [MIT](https://github.com/jdan/98.css/blob/main/LICENSE) diff --git a/package-lock.json b/package-lock.json index 27035d4..b148785 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "98.css", - "version": "0.1.19", + "version": "0.1.20", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "98.css", - "version": "0.1.19", + "version": "0.1.20", "license": "MIT", "devDependencies": { "chokidar": "^3.3.1", diff --git a/package.json b/package.json index 0064f67..148f9f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "98.css", - "version": "0.1.19", + "version": "0.1.20", "description": "A design system for building faithful recreations of old UIs", "main": "dist/98.css", "directories": {