Skip to content

Commit 304dc7a

Browse files
authored
Update deps. (#36)
1 parent df82a28 commit 304dc7a

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

package.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-styled",
3-
"version": "0.33.0",
3+
"version": "0.34.0",
44
"description": "PostCSS syntax for parsing styled components",
55
"repository": {
66
"type": "git",
@@ -30,19 +30,21 @@
3030
"check-coverage": true
3131
},
3232
"scripts": {
33-
"test": "nyc mocha --no-timeouts"
33+
"mocha": "mocha --no-timeouts",
34+
"test": "nyc npm run mocha",
35+
"debug": "npm run mocha -- --inspect-brk"
3436
},
3537
"peerDependencies": {
3638
"postcss": ">=5.0.0",
37-
"postcss-syntax": ">=0.33.0"
39+
"postcss-syntax": ">=0.34.0"
3840
},
3941
"devDependencies": {
4042
"chai": "^4.1.2",
41-
"codecov": "^3.0.4",
43+
"codecov": "^3.1.0",
4244
"mocha": "^5.2.0",
43-
"nyc": "^12.0.2",
45+
"nyc": "^13.0.1",
4446
"postcss": "^7.0.2",
4547
"postcss-safe-parser": "^4.0.1",
46-
"postcss-syntax": ">=0.33.0"
48+
"postcss-syntax": ">=0.34.0"
4749
}
4850
}

0 commit comments

Comments
 (0)