Skip to content

Commit 438b10d

Browse files
author
Pietro Passarelli
committed
Merge branch 'master' of github.com:pietrop/slate-transcript-editor
2 parents 6d4f3b4 + e6e63e1 commit 438b10d

File tree

10 files changed

+229
-348
lines changed

10 files changed

+229
-348
lines changed

package-lock.json

Lines changed: 12 additions & 86 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"babel-loader": "^8.1.0",
4646
"babel-plugin-transform-react-jsx": "^6.24.1",
4747
"bootstrap-css-only": "^4.4.1",
48+
"bootswatch": "^4.6.0",
4849
"cross-env": "^7.0.2",
4950
"gh-pages": "^2.2.0",
5051
"husky": "^4.2.5",
@@ -71,4 +72,4 @@
7172
"pre-commit": "pretty-quick --staged"
7273
}
7374
}
74-
}
75+
}

src/components/4-Live.stories.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import React, { useState, useEffect, useMemo, useCallback } from 'react';
22
import { action } from '@storybook/addon-actions';
33
import { withKnobs, text, boolean, number, object, select } from '@storybook/addon-knobs';
44
import { withInfo } from '@storybook/addon-info';
5-
65
import SlateTranscriptEditor from './index.js';
76

87
export default {

0 commit comments

Comments
 (0)