Skip to content

Commit e6e46ab

Browse files
authored
Update glob-promise (#27)
* Update glob-promise * bump to 0.3.1
1 parent 5be9414 commit e6e46ab

File tree

2 files changed

+14
-36
lines changed

2 files changed

+14
-36
lines changed

package-lock.json

Lines changed: 12 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@phntms/css-components",
33
"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.",
4-
"version": "0.3.0",
4+
"version": "0.3.1",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
77
"homepage": "https://github.com/phantomstudios/css-components#readme",
@@ -72,7 +72,7 @@
7272
},
7373
"dependencies": {
7474
"glob": "^8.0.3",
75-
"glob-promise": "^5.0.0",
75+
"glob-promise": "^6.0.2",
7676
"yargs": "^17.6.2"
7777
}
7878
}

0 commit comments

Comments
 (0)