Skip to content

Commit 149fb3b

Browse files
committed
fix: change user name to scrum, close #8
1 parent 9c40aba commit 149fb3b

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "0.2.2",
44
"description": "PostCSS plugin for sass-like Map Function",
55
"license": "MIT",
6-
"repository": "gitscrum/postcss-map-get",
7-
"homepage": "gitscrum/postcss-map-get#readme",
8-
"bugs": "gitscrum/postcss-map-get/issues",
6+
"repository": "Sscrum/postcss-map-get",
7+
"homepage": "scrum/postcss-map-get#readme",
8+
"bugs": "scrum/postcss-map-get/issues",
99
"author": {
1010
"name": "Ivan Demidov",
1111
"email": "Scrum@list.ru",

readme.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# postcss-map-get <a href="https://github.com/postcss/postcss"><img align="left" height="49" title="PostCSS" src="http://postcss.github.io/postcss/logo.svg"></a>
22
> [PostCSS](https://github.com/postcss/postcss) plugin to transform SASS Function [map-get](http://sass-lang.com/documentation/Sass/Script/Functions.html#map_get-instance_method).
33
4-
[![Travis Build Status](https://img.shields.io/travis/GitScrum/postcss-map-get/master.svg?style=flat-square&label=unix)](https://travis-ci.org/GitScrum/postcss-map-get)[![node](https://img.shields.io/node/v/postcss-map-get.svg?maxAge=2592000&style=flat-square)]()[![npm version](https://img.shields.io/npm/v/postcss-map-get.svg?style=flat-square)](https://www.npmjs.com/package/postcss-map-get)[![Dependency Status](https://david-dm.org/gitscrum/postcss-map-get.svg?style=flat-square)](https://david-dm.org/gitscrum/postcss-map-get)[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg?style=flat-square)](https://github.com/sindresorhus/xo)[![Coveralls status](https://img.shields.io/coveralls/GitScrum/postcss-map-get.svg?style=flat-square)](https://coveralls.io/r/GitScrum/postcss-map-get)
4+
[![Travis Build Status](https://img.shields.io/travis/Scrum/postcss-map-get/master.svg?style=flat-square&label=unix)](https://travis-ci.org/Scrum/postcss-map-get)[![node](https://img.shields.io/node/v/postcss-map-get.svg?maxAge=2592000&style=flat-square)]()[![npm version](https://img.shields.io/npm/v/postcss-map-get.svg?style=flat-square)](https://www.npmjs.com/package/postcss-map-get)[![Dependency Status](https://david-dm.org/Scrum/postcss-map-get.svg?style=flat-square)](https://david-dm.org/Scrum/postcss-map-get)[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg?style=flat-square)](https://github.com/sindresorhus/xo)[![Coveralls status](https://img.shields.io/coveralls/Scrum/postcss-map-get.svg?style=flat-square)](https://coveralls.io/r/Scrum/postcss-map-get)
55

66
[![npm downloads](https://img.shields.io/npm/dm/postcss-map-get.svg?style=flat-square)](https://www.npmjs.com/package/postcss-map-get)[![npm](https://img.shields.io/npm/dt/postcss-map-get.svg?style=flat-square)](https://www.npmjs.com/package/postcss-map-get)
77

@@ -30,11 +30,11 @@ var css = fs.readFileSync('css/input.css', 'utf8');
3030

3131
// Process CSS
3232
var output = postcss()
33-
.use(mapGet())
34-
.process(css, {
35-
from: 'css/input.css'
36-
})
37-
.css;
33+
.use(mapGet())
34+
.process(css, {
35+
from: 'css/input.css'
36+
})
37+
.css;
3838

3939
console.log(output);
4040
```

0 commit comments

Comments
 (0)