File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 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" ,
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}
You can’t perform that action at this time.
0 commit comments