Skip to content

Commit aaf1672

Browse files
committedOct 10, 2017
chore(package): update jest v20.0.0...21.0.0
1 parent 305840c commit aaf1672

File tree

1 file changed

+9
-14
lines changed

1 file changed

+9
-14
lines changed
 

‎package.json

+9-14
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,23 @@
1111
],
1212
"dependencies": {
1313
"loader-utils": "^1.1.0",
14-
"postcss": "^6.0.2",
14+
"postcss": "^6.0.0",
1515
"postcss-load-config": "^1.2.0",
1616
"schema-utils": "^0.3.0"
1717
},
1818
"devDependencies": {
19-
"coveralls": "^2.13.1",
20-
"fs-extra": "^3.0.1",
21-
"jest": "^20.0.4",
19+
"coveralls": "^2.0.0",
20+
"fs-extra": "^3.0.0",
21+
"jest": "^21.0.0",
2222
"jsdoc-to-markdown": "^3.0.0",
2323
"postcss-js": "^1.0.0",
24-
"standard": "^10.0.2",
25-
"standard-version": "^4.1.0",
24+
"standard": "^10.0.0",
25+
"standard-version": "^4.0.0",
2626
"sugarss": "^1.0.0",
2727
"webpack": "^3.0.0"
2828
},
2929
"scripts": {
30-
"clean": "rm -rf dmd jsdoc-api jest_0 coverage test/builds",
30+
"clean": "rm -rf dmd jsdoc-api jest* coverage test/builds",
3131
"lint": "standard",
3232
"docs": "jsdoc2md lib/index.js > LOADER.md",
3333
"pretest": "npm run lint && npm run test:build",
@@ -52,13 +52,8 @@
5252
"webpack-loader"
5353
],
5454
"author": "Andrey Sitnik <andrey@sitnik.ru>",
55-
"repository": {
56-
"type": "git",
57-
"url": "https://github.com/postcss/postcss-loader.git"
58-
},
59-
"bugs": {
60-
"url": "https://github.com/postcss/postcss-loader/issues"
61-
},
55+
"repository": "https://github.com/postcss/postcss-loader.git",
56+
"bugs": "https://github.com/postcss/postcss-loader/issues",
6257
"homepage": "https://github.com/postcss/postcss-loader#readme",
6358
"license": "MIT"
6459
}

0 commit comments

Comments
 (0)
Please sign in to comment.