Skip to content

Commit edc1b75

Browse files
authored
Update deps. (#35)
1 parent 0a7360a commit edc1b75

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

package.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-syntax",
3-
"version": "0.33.0",
3+
"version": "0.34.0",
44
"description": "Automatically switch PostCSS syntax by file extensions",
55
"repository": {
66
"type": "git",
@@ -28,7 +28,9 @@
2828
"check-coverage": true
2929
},
3030
"scripts": {
31-
"test": "nyc mocha --require ./test/fixtures/link --no-timeouts"
31+
"mocha": "mocha --require ./test/fixtures/link --no-timeouts",
32+
"test": "nyc npm run mocha",
33+
"debug": "npm run mocha -- --inspect-brk"
3234
},
3335
"extensions": [
3436
".css",
@@ -84,17 +86,17 @@
8486
},
8587
"devDependencies": {
8688
"chai": "^4.1.2",
87-
"codecov": "^3.0.4",
89+
"codecov": "^3.1.0",
8890
"mocha": "^5.2.0",
89-
"nyc": "^12.0.2",
91+
"nyc": "^13.0.1",
9092
"postcss": "^7.0.2",
91-
"postcss-html": ">=0.33.0",
92-
"postcss-jsx": ">=0.33.0",
93+
"postcss-html": ">=0.34.0",
94+
"postcss-jsx": ">=0.34.0",
9395
"postcss-less": "^2.0.0",
94-
"postcss-markdown": ">=0.33.0",
96+
"postcss-markdown": ">=0.34.0",
9597
"postcss-safe-parser": "^4.0.1",
9698
"postcss-scss": "^2.0.0",
97-
"proxyquire": "^2.0.1",
99+
"proxyquire": "^2.1.0",
98100
"sugarss": "^2.0.0"
99101
}
100102
}

0 commit comments

Comments
 (0)