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

Commit 11eb78b

Browse files
authored
Merge pull request #4 from JonnyBurger/master
Include "lib" in npm package
2 parents efdbfb0 + 6184250 commit 11eb78b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"url": ""
1818
},
1919
"files": [
20-
"dist"
20+
"dist",
21+
"lib"
2122
],
2223
"main": "lib/index.js",
2324
"repository": "dooly-ai/draft-js-typeahead",

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React from 'React';
1+
import React from 'react';
22
import { Editor, EditorState } from 'draft-js';
33

44
function normalizeSelectedIndex(selectedIndex, max) {

0 commit comments

Comments
 (0)