Skip to content

Commit 4c0ab09

Browse files
authored
Prepare readme and package.json for v1.0.0 and publishing to NPM (#41)
1 parent 53d66b7 commit 4c0ab09

File tree

3 files changed

+9
-13
lines changed

3 files changed

+9
-13
lines changed

license

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) Bart Veneman <bartveneman@gmail.com> (projectwallace.herokuapp.com)
3+
Copyright (c) Bart Veneman
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
{
2-
"name": "css-analyzer",
2+
"name": "@projectwallace/css-analyzer",
33
"version": "1.0.0",
44
"author": {
5-
"name": "Bart Veneman",
6-
"email": "bart@bveneman.nl",
7-
"website": "bveneman.nl"
5+
"name": "Bart Veneman"
86
},
97
"license": "MIT",
108
"engines": {

readme.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
11
# css-analyzer [![Build Status](https://travis-ci.org/projectwallace/css-analyzer.svg?branch=master)](https://travis-ci.org/projectwallace/css-analyzer) [![Known Vulnerabilities](https://snyk.io/test/github/projectwallace/css-analyzer/badge.svg)](https://snyk.io/test/github/projectwallace/css-analyzer) [![Coverage Status](https://coveralls.io/repos/github/projectwallace/css-analyzer/badge.svg?branch=master)](https://coveralls.io/github/projectwallace/css-analyzer?branch=master) ![Dependencies Status](https://img.shields.io/david/projectwallace/css-analyzer.svg) ![Dependencies Status](https://img.shields.io/david/dev/projectwallace/css-analyzer.svg)
22

3-
> Analyze your CSS completely
3+
> Analyze your CSS
44
55
A module that goes through your CSS to find all kinds of relevant statistics,
66
like the amount of rules, the amount of `!important`s, unique colors, and so on.
77

8-
98
## Install
109

11-
```
12-
$ npm install --save projectwallace/css-analyzer
10+
```sh
11+
npm install --save projectwallace/css-analyzer
1312
```
1413

1514
or
1615

16+
```sh
17+
yarn add projectwallace/css-analyzer
1718
```
18-
$ yarn add projectwallace/css-analyzer
19-
```
20-
2119

2220
## Usage
2321

@@ -182,4 +180,4 @@ analyze('foo {}')
182180

183181
## License
184182

185-
MIT © [Bart Veneman](http://projectwallace.herokuapp.com)
183+
MIT © Bart Veneman

0 commit comments

Comments
 (0)