Update dependency tailwindcss to v1.1.1
This commit is contained in:
parent
7ee21d2a2c
commit
3b2a50c520
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@oddstronaut/tailwind-jekyll",
|
||||
"version": "5.0.10",
|
||||
"version": "5.0.11",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -7038,9 +7038,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"tailwindcss": {
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-1.1.0.tgz",
|
||||
"integrity": "sha512-hcxY5MUrY/LcdsX4Xr2aOF24eF4HaxDbHCbDu3W2+bCJRsXRhJmZfAgjipjsyhZult0YAa9HFp14xRXMqwUYTw==",
|
||||
"version": "1.1.1",
|
||||
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-1.1.1.tgz",
|
||||
"integrity": "sha512-bstvs0QgrT2m4sM/lRXxzaTNYazEnmzu4U/oEYJs7lYu8tyBwRv5GhMOjDyuFwA0zAzeUeiP0kkSju5RlMao9w==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"autoprefixer": "^9.4.5",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@oddstronaut/tailwind-jekyll",
|
||||
"version": "5.0.10",
|
||||
"version": "5.0.11",
|
||||
"description": "A starter kit for using Tailwind with Jekyll",
|
||||
"main": "gulpfile.babel.js",
|
||||
"devDependencies": {
|
||||
|
@ -15,7 +15,7 @@
|
|||
"gulp-purgecss": "1.2.0",
|
||||
"gulp-sourcemaps": "2.6.5",
|
||||
"postcss-import": "12.0.1",
|
||||
"tailwindcss": "1.1.0"
|
||||
"tailwindcss": "1.1.1"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "NODE_ENV=production gulp",
|
||||
|
|
Loading…
Reference in New Issue