Update version in package.json

This commit is contained in:
Adam Wathan 2021-09-24 13:45:02 -04:00
parent 164c3d6b50
commit 790b2b7ba0
2 changed files with 3 additions and 2 deletions

3
package-lock.json generated
View File

@ -5,7 +5,6 @@
"requires": true,
"packages": {
"": {
"name": "tailwindcss",
"version": "2.2.9",
"license": "MIT",
"dependencies": {
@ -85,6 +84,7 @@
},
"node_modules/@babel/core": {
"version": "7.15.5",
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.15.5.tgz",
"integrity": "sha512-pYgXxiwAgQpgM1bNkZsDEq85f0ggXMA5L7c+o3tskGMh2BunCI9QUwB9Z4jpvXUOuMdyGKiGKQiRe11VS6Jzvg==",
"dev": true,
"peer": true,
@ -7312,6 +7312,7 @@
},
"@babel/core": {
"version": "7.15.5",
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.15.5.tgz",
"integrity": "sha512-pYgXxiwAgQpgM1bNkZsDEq85f0ggXMA5L7c+o3tskGMh2BunCI9QUwB9Z4jpvXUOuMdyGKiGKQiRe11VS6Jzvg==",
"dev": true,
"peer": true,

View File

@ -1,6 +1,6 @@
{
"name": "tailwindcss",
"version": "2.2.9",
"version": "3.0.0-alpha",
"description": "A utility-first CSS framework for rapidly building custom user interfaces.",
"license": "MIT",
"main": "lib/index.js",