Skip to content

Commit 82244f9

Browse files
authored
Closes #85, fix missing default atom theme (#86)
* remove example from .npmignore * include examples anf themes dir in npm
1 parent 473fc0c commit 82244f9

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.npmignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
coverage/
22
scripts/
3-
example/
43
test/
54
src/
65
docs/

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@
125125
"react-modal": "^3.8.1"
126126
},
127127
"files": [
128-
"dist"
128+
"dist",
129+
"examples",
130+
"themes"
129131
]
130132
}

src/command-palette.js

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ import PaletteTrigger from "./palette-trigger";
1616
import getSuggestions from "./suggestions";
1717
import defaultTheme from "../themes/theme";
1818

19+
import "../themes/atom.css";
20+
1921
// Apply a functions that'll run after the command's function runs
2022
// Monkey patching for the commands
2123
// http://me.dt.in.th/page/JavaScript-override/

0 commit comments

Comments
 (0)