mirror of
https://github.com/vacp2p/vac.dev-experimental-old.git
synced 2025-02-16 23:36:28 +00:00
Update to Tailwind 0.2.2
This commit is contained in:
parent
8cfb404f93
commit
e53990f411
14
package-lock.json
generated
14
package-lock.json
generated
@ -35,9 +35,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"ajv": {
|
||||
"version": "5.3.0",
|
||||
"resolved": "https://registry.npmjs.org/ajv/-/ajv-5.3.0.tgz",
|
||||
"integrity": "sha1-RBT/dKUIecII7l/cgm4ywwNUnto=",
|
||||
"version": "5.4.0",
|
||||
"resolved": "https://registry.npmjs.org/ajv/-/ajv-5.4.0.tgz",
|
||||
"integrity": "sha1-MtHPCNvIDEMvQm8S4QslEfa0ZHQ=",
|
||||
"requires": {
|
||||
"co": "4.6.0",
|
||||
"fast-deep-equal": "1.0.0",
|
||||
@ -6079,7 +6079,7 @@
|
||||
"resolved": "https://registry.npmjs.org/table/-/table-4.0.2.tgz",
|
||||
"integrity": "sha512-UUkEAPdSGxtRpiV9ozJ5cMTtYiqz7Ni1OGqLXRCynrvzdtR1p+cfOWe2RJLwvUG8hNanaSRjecIqwOjqeatDsA==",
|
||||
"requires": {
|
||||
"ajv": "5.3.0",
|
||||
"ajv": "5.4.0",
|
||||
"ajv-keywords": "2.1.1",
|
||||
"chalk": "2.3.0",
|
||||
"lodash": "4.17.4",
|
||||
@ -6088,9 +6088,9 @@
|
||||
}
|
||||
},
|
||||
"tailwindcss": {
|
||||
"version": "0.2.1",
|
||||
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-0.2.1.tgz",
|
||||
"integrity": "sha512-ABkzt/frJnDytd9U8T5yNPErkcsEfJlr/i5xnQcSUFk7ku75PZ05+ChnVdJS1/oeRRZrXX6l/JKYmE0bHxHnlg==",
|
||||
"version": "0.2.2",
|
||||
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-0.2.2.tgz",
|
||||
"integrity": "sha512-5qgu/Y764pJow6eSR77Hg9O5AilfNOuR6OqE1BCPOymhT7ew0XpJ+rMR7c9zly20U/vd3hMB+/sD8KGcCRYE8A==",
|
||||
"requires": {
|
||||
"commander": "2.11.0",
|
||||
"fs-extra": "4.0.2",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"description": "A starter kit for using Tailwind with Jekyll",
|
||||
"main": "tailwind-config.js",
|
||||
"dependencies": {
|
||||
"tailwindcss": "^0.2.1"
|
||||
"tailwindcss": "^0.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"browser-sync": "^2.18.13",
|
||||
@ -18,6 +18,6 @@
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"author": "Taylor Bryant",
|
||||
"license": "ISC"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user