Skip to content

Commit

Permalink
chore: add dependency @types/csso. #168
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 15, 2022
1 parent 9321afb commit e867872
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"example": "node test/example/index.js",
"example:templates": "node test/templates/index.js",
"pretest": "npm run example && npm run example:templates",
"checked":"tsc --noEmit",
"checked": "tsc --noEmit",
"test": "tsbb test",
"coverage": "tsbb test --coverage"
},
Expand Down Expand Up @@ -88,6 +88,7 @@
"yargs": "~17.6.0"
},
"devDependencies": {
"@types/csso": "^5.0.0",
"tsbb": "^3.7.8"
}
}

0 comments on commit e867872

Please sign in to comment.