Skip to content

Commit f4e79e1

Browse files
committed
update lodash to v4.*
1 parent 597c84d commit f4e79e1

File tree

1 file changed

+53
-53
lines changed

1 file changed

+53
-53
lines changed

package.json

+53-53
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,53 @@
1-
{
2-
"name": "postcss-at-rules-variables",
3-
"version": "0.0.11",
4-
"description": "PostCss plugin to use CSS Custom Properties in at-rule @each, @for, @if, @else ",
5-
"main": "./lib/index.js",
6-
"scripts": {
7-
"test": "xo ./src/*.js ./test/*.js && mocha --compilers js:babel-core/register ./test/*.js",
8-
"compile": "rm -rf ./lib && mkdir ./lib && babel --presets es2015 src/index.es6.js --out-file lib/index.js",
9-
"prepublish": "npm run compile",
10-
"coverage": "babel-node ./node_modules/isparta/bin/isparta cover _mocha --",
11-
"coveralls": "coveralls < coverage/lcov.info",
12-
"precoveralls": "npm run coverage"
13-
},
14-
"keywords": [
15-
"postcss",
16-
"css",
17-
"postcss-plugin",
18-
"for",
19-
"if",
20-
"else",
21-
"each",
22-
"at-rules",
23-
"property"
24-
],
25-
"repository": {
26-
"type": "git",
27-
"url": "https://github.com/GitScrum/postcss-at-rules-variables.git"
28-
},
29-
"author": {
30-
"name": "Scrum"
31-
},
32-
"license": "MIT",
33-
"dependencies": {
34-
"babel-runtime": "^6.2.0",
35-
"balanced-match": "^0.3.0",
36-
"lodash": "^3.10.1",
37-
"postcss": "^5.0.12"
38-
},
39-
"devDependencies": {
40-
"babel-cli": "^6.2.0",
41-
"babel-core": "^6.2.1",
42-
"babel-preset-es2015": "^6.1.18",
43-
"chai": "^3.4.1",
44-
"coveralls": "^2.11.4",
45-
"isparta": "^4.0.0",
46-
"mocha": "^2.3.4",
47-
"xo": "^0.11.2"
48-
},
49-
"bugs": {
50-
"url": "https://github.com/gitscrum/postcss-at-rules-variables/issues"
51-
},
52-
"homepage": "https://github.com/gitscrum/postcss-at-rules-variables#readme"
53-
}
1+
{
2+
"name": "postcss-at-rules-variables",
3+
"version": "0.0.13",
4+
"description": "PostCss plugin to use CSS Custom Properties in at-rule @each, @for, @if, @else ",
5+
"main": "./lib/index.js",
6+
"scripts": {
7+
"test": "xo ./src/*.js ./test/*.js && mocha --compilers js:babel-core/register ./test/*.js",
8+
"compile": "rm -rf ./lib && mkdir ./lib && babel --presets es2015 src/index.es6.js --out-file lib/index.js",
9+
"prepublish": "npm run compile",
10+
"coverage": "babel-node ./node_modules/isparta/bin/isparta cover _mocha --",
11+
"coveralls": "coveralls < coverage/lcov.info",
12+
"precoveralls": "npm run coverage"
13+
},
14+
"keywords": [
15+
"postcss",
16+
"css",
17+
"postcss-plugin",
18+
"for",
19+
"if",
20+
"else",
21+
"each",
22+
"at-rules",
23+
"property"
24+
],
25+
"repository": {
26+
"type": "git",
27+
"url": "https://github.com/GitScrum/postcss-at-rules-variables.git"
28+
},
29+
"author": {
30+
"name": "Scrum"
31+
},
32+
"license": "MIT",
33+
"dependencies": {
34+
"babel-runtime": "^6.2.0",
35+
"balanced-match": "^0.3.0",
36+
"lodash": "^4.0.0",
37+
"postcss": "^5.0.12"
38+
},
39+
"devDependencies": {
40+
"babel-cli": "^6.2.0",
41+
"babel-core": "^6.2.1",
42+
"babel-preset-es2015": "^6.1.18",
43+
"chai": "^3.4.1",
44+
"coveralls": "^2.11.4",
45+
"isparta": "^4.0.0",
46+
"mocha": "^2.3.4",
47+
"xo": "^0.11.2"
48+
},
49+
"bugs": {
50+
"url": "https://github.com/gitscrum/postcss-at-rules-variables/issues"
51+
},
52+
"homepage": "https://github.com/gitscrum/postcss-at-rules-variables#readme"
53+
}

0 commit comments

Comments
 (0)