@vercel/frameworks
Advanced tools
Comparing version 0.2.1-canary.6 to 0.2.1-canary.7
@@ -1090,3 +1090,3 @@ import { Framework } from './types'; | ||
readonly slug: "jekyll"; | ||
readonly demo: "https://jekyll.now-examples.now.sh"; | ||
readonly demo: "https://jekyll.now-examples.vercel.app"; | ||
readonly logo: "https://raw.githubusercontent.com/vercel/vercel/master/packages/frameworks/logos/jekyll.svg"; | ||
@@ -1152,3 +1152,3 @@ readonly tagline: "Jekyll makes it super easy to transform your plain text into static websites and blogs."; | ||
readonly slug: "middleman"; | ||
readonly demo: "https://middleman.now-examples.now.sh"; | ||
readonly demo: "https://middleman.now-examples.vercel.app"; | ||
readonly logo: "https://raw.githubusercontent.com/vercel/vercel/master/packages/frameworks/logos/middleman.svg"; | ||
@@ -1155,0 +1155,0 @@ readonly tagline: "Middleman is a static site generator that uses all the shortcuts and tools in modern web development."; |
@@ -1310,3 +1310,3 @@ "use strict"; | ||
slug: 'jekyll', | ||
demo: 'https://jekyll.now-examples.now.sh', | ||
demo: 'https://jekyll.now-examples.vercel.app', | ||
logo: 'https://raw.githubusercontent.com/vercel/vercel/master/packages/frameworks/logos/jekyll.svg', | ||
@@ -1381,3 +1381,3 @@ tagline: 'Jekyll makes it super easy to transform your plain text into static websites and blogs.', | ||
slug: 'middleman', | ||
demo: 'https://middleman.now-examples.now.sh', | ||
demo: 'https://middleman.now-examples.vercel.app', | ||
logo: 'https://raw.githubusercontent.com/vercel/vercel/master/packages/frameworks/logos/middleman.svg', | ||
@@ -1384,0 +1384,0 @@ tagline: 'Middleman is a static site generator that uses all the shortcuts and tools in modern web development.', |
{ | ||
"name": "@vercel/frameworks", | ||
"version": "0.2.1-canary.6", | ||
"version": "0.2.1-canary.7", | ||
"main": "./dist/frameworks.js", | ||
@@ -29,3 +29,3 @@ "types": "./dist/frameworks.d.ts", | ||
}, | ||
"gitHead": "f7f81fb89665f535a421cfb6c3fcc59527c0d6ad" | ||
"gitHead": "84e828a0ca542f370bb0932dc62c0e0330d8d589" | ||
} |
118827