We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 473fc0c commit 82244f9Copy full SHA for 82244f9
.npmignore
@@ -1,6 +1,5 @@
1
coverage/
2
scripts/
3
-example/
4
test/
5
src/
6
docs/
package.json
@@ -125,6 +125,8 @@
125
"react-modal": "^3.8.1"
126
},
127
"files": [
128
- "dist"
+ "dist",
129
+ "examples",
130
+ "themes"
131
]
132
}
src/command-palette.js
@@ -16,6 +16,8 @@ import PaletteTrigger from "./palette-trigger";
16
import getSuggestions from "./suggestions";
17
import defaultTheme from "../themes/theme";
18
19
+import "../themes/atom.css";
20
+
21
// Apply a functions that'll run after the command's function runs
22
// Monkey patching for the commands
23
// http://me.dt.in.th/page/JavaScript-override/
0 commit comments