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