Commit 1f699e7cf2d5cde00cc2eae12c6de1a2c6fa8c76

Andreas Lind 2017-03-09T23:34:33

.npmignore: Unignore components.js (#1108) For the trick suggested by @apfelbox in https://github.com/PrismJS/prism/issues/593#issuecomment-219856317 to work, we need both of these files to be in the NPM package: /components.js /tests/helper/components.js

1
2
3
4
5
6
7
8
9
10
diff --git a/.npmignore b/.npmignore
index 670081f..cf697dd 100644
--- a/.npmignore
+++ b/.npmignore
@@ -14,4 +14,3 @@ download.js
 prefixfree.min.js
 utopia.js
 code.js
-components.js
\ No newline at end of file