diff --git a/README.md b/README.md index 44fb8bf..a05817d 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Do you want to make your own theme different from the light or dark themes? Sinc Wanna quickly try out theming without installing anything or just explore our build environment? -[![Try on Repl.it](https://repl-badge.jajoosam.repl.co/try.png)](https://repl.it/@Kognise/watercss-node?ref=button) +[![Try on repl.it](https://repl-badge.jajoosam.repl.co/edit.png)](https://repl.it/github/https://github.com/amasad/water.css?lang=nodejs&ref=button) ### Based on an existing theme @@ -124,4 +124,5 @@ You can also only import parts you want, but this is not recommended. See the `s - [Blockquotes](https://github.com/kognise/water.css/issues/13) - Add a screenshot -- Jekyll theme +- [Jekyll theme](https://github.com/kognise/water.css/issues/18) +- [Radio buttons](https://github.com/kognise/water.css/issues/22) diff --git a/dev.js b/index.js similarity index 100% rename from dev.js rename to index.js diff --git a/package.json b/package.json index ffdfff7..449b782 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "build": "node-sass src/ --output dist/ --output-style compressed", - "dev": "node dev.js" + "dev": "node index.js" }, "repository": { "type": "git",