Skip to content

Commit

Permalink
Fix npmsearchlist to encode space intead of plus separator (neutrinoj…
Browse files Browse the repository at this point in the history
…s#654)

* Fix npmsearchlist

* Encode spaces

* Fix typo
  • Loading branch information
timkelty authored and Tim Kelty committed Jan 17, 2018
1 parent 7c502b4 commit 5391179
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/middleware/community-middleware.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ In addition, your middleware should also:
It should also have a relevant description. If you prefer, you can also add your middleware to the
[neutrino-dev wiki](https://github.com/mozilla-neutrino/neutrino-dev/wiki/Community-Middleware).

{% npmsearchlist "keywords:neutrino-middleware+not:deprecated" %}{% endnpmsearchlist %}
{% npmsearchlist "keywords:neutrino-middleware%20not:deprecated" %}{% endnpmsearchlist %}
2 changes: 1 addition & 1 deletion docs/presets/community-presets.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ In addition, your preset should also:
It should also have a relevant description. If you prefer, you can also add your preset to the
[neutrino-dev wiki](https://github.com/mozilla-neutrino/neutrino-dev/wiki/Community-Presets).

{% npmsearchlist "keywords:neutrino-preset+not:deprecated" %}{% endnpmsearchlist %}
{% npmsearchlist "keywords:neutrino-preset%20not:deprecated" %}{% endnpmsearchlist %}

0 comments on commit 5391179

Please sign in to comment.