loading-css
Advanced tools
Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "loading-css", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Tiny loaders and spinners made with only css and one div", | ||
@@ -8,3 +8,2 @@ "style": "loading.css", | ||
"scripts": { | ||
"start": "npm run build", | ||
"build": "stylus ./src/loading.styl --out loading.css && npm run minify", | ||
@@ -15,4 +14,4 @@ "minify": "stylus -c ./src/loading.styl --out loading.min.css", | ||
"server": "browser-sync start --files \"*.html, src/**/*.styl\" --server", | ||
"dev": "parallelshell \"npm run start\" \"npm run watch\" \"npm run server\"", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"dev": "parallelshell \"npm run build\" \"npm run watch\" \"npm run server\"", | ||
"test": "stylelint loading.css" | ||
}, | ||
@@ -26,2 +25,3 @@ "keywords": [ | ||
"files": [ | ||
"/src/**/*", | ||
"LICENSE", | ||
@@ -38,2 +38,4 @@ "loading.css", | ||
"parallelshell": "^3.0.2", | ||
"stylelint": "^9.4.0", | ||
"stylelint-config-standard": "^18.2.0", | ||
"stylus": "^0.54.5" | ||
@@ -40,0 +42,0 @@ }, |
# loading.css | ||
[![npm](https://img.shields.io/npm/v/loading-css.svg)](https://www.npmjs.com/package/loading-css) [![Build Status](https://travis-ci.org/welksonramos/loading.css.svg?branch=master)](https://travis-ci.org/welksonramos/loading.css) | ||
[![GitHub license](https://img.shields.io/github/license/welksonramos/loading.css.svg)](https://github.com/welksonramos/loading.css/blob/master/LICENSE) | ||
> Tiny loaders and spinners made with only css and one div | ||
> ⌛️ Tiny loaders and spinners made with only css and one div | ||
[See demo](https://welksonramos.github.io/loading.css/) | ||
@@ -49,2 +51,3 @@ | ||
- `ldgFlip` | ||
- `ldgHourglass` | ||
- `ldgRing` | ||
@@ -80,3 +83,3 @@ - `ldgSignal` | ||
``` | ||
$ npm run start | ||
$ npm run build | ||
$ npm run minify | ||
@@ -83,0 +86,0 @@ $ npm run dev |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
20488
16
347
1
91
7