Skip to content

Commit bbfd345

Browse files
author
Ivan Demidov
committedJul 6, 2016
Update keywords, author and files data in pkg.json
1 parent 86d70e1 commit bbfd345

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed
 

‎package.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"version": "0.0.24",
44
"description": "PostCss plugin to use CSS Custom Properties in at-rule @each, @for, @if, @else ",
55
"main": "lib/index.js",
6-
"files": "lib/index.js",
6+
"files": [
7+
"lib/"
8+
],
79
"engines": {
810
"node": ">=4"
911
},
@@ -26,19 +28,23 @@
2628
"postcss",
2729
"css",
2830
"postcss-plugin",
31+
"plugins",
2932
"for",
3033
"if",
3134
"else",
3235
"each",
3336
"at-rules",
37+
"rules"
3438
"property"
3539
],
3640
"repository": {
3741
"type": "git",
3842
"url": "https://github.com/GitScrum/postcss-at-rules-variables.git"
3943
},
4044
"author": {
41-
"name": "Scrum"
45+
"name": "GitScrum",
46+
"email": "Scrum@list.ru",
47+
"url": "https://twitter.com/Scrum_"
4248
},
4349
"license": "MIT",
4450
"dependencies": {

0 commit comments

Comments
 (0)
Please sign in to comment.