Skip to content

Commit

Permalink
Update glob-promise (#27)
Browse files Browse the repository at this point in the history
* Update glob-promise

* bump to 0.3.1
  • Loading branch information
DhiaPhntm committed Feb 15, 2023
1 parent 5be9414 commit e6e46ab
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 36 deletions.
46 changes: 12 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@phntms/css-components",
"description": "At its core, css-components is a simple wrapper around standard CSS. It allows you to write your CSS how you wish then compose them into a component ready to be used in React.",
"version": "0.3.0",
"version": "0.3.1",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"homepage": "https://github.com/phantomstudios/css-components#readme",
Expand Down Expand Up @@ -72,7 +72,7 @@
},
"dependencies": {
"glob": "^8.0.3",
"glob-promise": "^5.0.0",
"glob-promise": "^6.0.2",
"yargs": "^17.6.2"
}
}

0 comments on commit e6e46ab

Please sign in to comment.