Merge pull request #24 from amasad/master

Change the repl.it badge to always clone from GitHub
This commit is contained in:
Kognise 2019-04-07 21:43:01 -04:00 committed by GitHub
commit 822bb54899
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View file

@ -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

View file

View file

@ -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",