Skip to content
This repository was archived by the owner on May 31, 2020. It is now read-only.

Commit 428263a

Browse files
committed
added fbjs so that types can resolve, also added file size to all packages
1 parent a445137 commit 428263a

File tree

8 files changed

+40
-11
lines changed

8 files changed

+40
-11
lines changed

packages/atomic-block/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# djs@atomic-block - Not released, please use with caution ;)
22

3+
![file size](http://img.badgesize.io/https://unpkg.com/@djsp/atomic-block/dist/index.js?label=size&style=flat-square)
34
[![NPM](https://img.shields.io/npm/v/@djsp/atomic-block.svg)](https://www.npmjs.com/package/@djsp/atomic-block) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
45

56

packages/autocomplete/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# @djsp/autocomplete - Not released, please use with caution ;)
22

3+
![file size](http://img.badgesize.io/https://unpkg.com/@djsp/autocomplete/dist/index.js?label=size&style=flat-square)
34
[![NPM](https://img.shields.io/npm/v/@djsp/suggestions.svg)](https://www.npmjs.com/package/@djsp/suggestions) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
45

56

packages/block-type-toggle/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
> Buttons for draft js plugins
44
5+
![file size](http://img.badgesize.io/https://unpkg.com/@djsp/block-type-toggle/dist/index.js?label=size&style=flat-square)
56
[![NPM](https://img.shields.io/npm/v/@djsp/buttons.svg)](https://www.npmjs.com/package/@djsp/buttons) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
67

78
## Install

packages/core/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
> Draft Js Plugins Core components
44
5+
![file size](http://img.badgesize.io/https://unpkg.com/@djsp/core/dist/index.js?label=size&style=flat-square)
56
[![NPM](https://img.shields.io/npm/v/@djsp/core.svg)](https://www.npmjs.com/package/@djsp/core) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
67

78
## License

packages/core/package-lock.json

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

packages/core/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"cross-env": "^5.1.4",
35+
"fbjs": "^1.0.0",
3536
"flow-bin": "^0.83.0",
3637
"flow-copy-source": "^2.0.2",
3738
"gh-pages": "^1.1.0",

packages/inline-style-toggle/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
> Buttons for draft js plugins
44
5+
![file size](http://img.badgesize.io/https://unpkg.com/@djsp/inline-style-toggle/dist/index.js?label=size&style=flat-square)
56
[![NPM](https://img.shields.io/npm/v/@djsp/buttons.svg)](https://www.npmjs.com/package/@djsp/buttons) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
67

78
## Install

packages/utils/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
> Utilities for draft js
44
5+
![file size](http://img.badgesize.io/https://unpkg.com/@djsp/utils/dist/index.js?label=size&style=flat-square)
56
[![NPM](https://img.shields.io/npm/v/@djsp/utils.svg)](https://www.npmjs.com/package/@djsp/utils) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
67

78
## Install

0 commit comments

Comments
 (0)