Comparing version 1.0.1 to 1.1.1
{ | ||
"name": "cssguard", | ||
"version": "1.0.1", | ||
"version": "1.1.1", | ||
"style": "dist/cssguard.min.css", | ||
"scripts": { | ||
"test": "stylelint ./cssguard.css", | ||
"set-up": "npm install", | ||
@@ -18,4 +19,5 @@ "compile": "cssnano cssguard.css dist/cssguard.min.css" | ||
"devDependencies": { | ||
"cssnano-cli": "^1.0.3" | ||
"cssnano-cli": "^1.0.3", | ||
"stylelint": "^6.3.3" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# CSS Guard | ||
# CSS Guard [![Build Status](https://travis-ci.org/filipelinhares/cssguard.svg?branch=master)](https://travis-ci.org/filipelinhares/cssguard) | ||
> An easy way to test your CSS. | ||
@@ -20,3 +20,3 @@ | ||
```html | ||
<link rel="stylesheet" href="../node_modules/cssguard/dist/cssguard.css"> | ||
<link rel="stylesheet" href="../node_modules/cssguard/dist/cssguard.min.css"> | ||
``` | ||
@@ -23,0 +23,0 @@ 5. Create your test suite |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
7920
8
2
58