Update dependency tailwindcss to v1.0.4
This commit is contained in:
parent
a509232e57
commit
f646e71fef
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@oddstronaut/tailwind-jekyll",
|
||||
"version": "5.0.4",
|
||||
"version": "5.0.5",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -6990,9 +6990,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"tailwindcss": {
|
||||
"version": "1.0.3",
|
||||
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-1.0.3.tgz",
|
||||
"integrity": "sha512-myjuB0hqqLiXQCea0hEeZfrQVxzmkhtgi7HsuwJgXaVPgBp+7r/wywOvkDTUS8sQ1LraF43OLatip0yhfo/FtA==",
|
||||
"version": "1.0.4",
|
||||
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-1.0.4.tgz",
|
||||
"integrity": "sha512-+1NNPW+U83k6DV/uUOnsfmX86Cfb8N87fiuN0cX0mEi2sZUpglLzZqlXtP8FD9Hlne5H1UhlS8tajz+F9SSxjA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"autoprefixer": "^9.4.5",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@oddstronaut/tailwind-jekyll",
|
||||
"version": "5.0.4",
|
||||
"version": "5.0.5",
|
||||
"description": "A starter kit for using Tailwind with Jekyll",
|
||||
"main": "gulpfile.config.js",
|
||||
"devDependencies": {
|
||||
|
@ -15,7 +15,7 @@
|
|||
"gulp-purgecss": "1.2.0",
|
||||
"gulp-sourcemaps": "2.6.5",
|
||||
"postcss-import": "12.0.1",
|
||||
"tailwindcss": "1.0.3"
|
||||
"tailwindcss": "1.0.4"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "NODE_ENV=production gulp",
|
||||
|
|
Loading…
Reference in New Issue