Skip to content

Commit ba57c1e

Browse files
authored
Merge pull request #25 from stackbit/ab-test
Add ab-testing example
2 parents 1280456 + caf3ebe commit ba57c1e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

config.js

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ const starters = [
1616
const examples = {
1717
repoUrl: 'https://github.com/stackbit-themes/stackbit-examples',
1818
directories: [
19+
'ab-testing',
1920
'airtable-content-source',
2021
'algolia-search',
2122
'angular-contentful',

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-stackbit-app",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Create a new Stackbit site, or add Stackbit to an existing site.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)