Comparing version 0.0.3 to 0.0.4
@@ -0,1 +1,6 @@ | ||
# v0.0.4 | ||
- Changes `--bit-color-0` to `--bit-color0` | ||
- Changes `--bit-color-1` to `--bit-color1` | ||
# v0.0.3 | ||
@@ -2,0 +7,0 @@ |
{ | ||
"name": "1bit-ui", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "CSS library for making 1-bit UIs", | ||
@@ -8,2 +8,3 @@ "browser": "dist/1bit-ui.css", | ||
"scripts": { | ||
"start": "serve src", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
@@ -28,3 +29,7 @@ "prepack": "node bin/build.js", | ||
}, | ||
"homepage": "https://github.com/wavebeem/1bit-ui#readme" | ||
"homepage": "https://github.com/wavebeem/1bit-ui#readme", | ||
"devDependencies": { | ||
"serve": "^11.3.0", | ||
"shelljs": "^0.8.3" | ||
} | ||
} |
# 1bit-ui | ||
[1bit-ui.netlify.com](https://1bit-ui.netlify.com) | ||
See [1bit-ui.com](https://1bit-ui.com) for documentation and usage. | ||
## Development | ||
``` | ||
$ npm install | ||
$ npm start | ||
``` | ||
Edit `src/1bit-ui.css`. It's the only file that gets published to npm. Open your browser to <http://localhost:5000/>. | ||
## Publishing | ||
``` | ||
npm version X.Y.Z | ||
``` |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12843
328
19
2