bridgetown-quick-search 1.0.3 → 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +3 -0
- data/README.md +66 -24
- data/babel.config.js +7 -0
- data/lib/bridgetown-quick-search/version.rb +1 -1
- data/package.json +17 -1
- data/yarn.lock +1376 -15
- metadata +4 -3
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bridgetown-quick-search
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Bridgetown Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-10-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bridgetown
|
@@ -114,6 +114,7 @@ files:
|
|
114
114
|
- LICENSE.txt
|
115
115
|
- README.md
|
116
116
|
- Rakefile
|
117
|
+
- babel.config.js
|
117
118
|
- bridgetown-quick-search.gemspec
|
118
119
|
- components/bridgetown_quick_search/search.liquid
|
119
120
|
- content/bridgetown_quick_search/index.json
|
@@ -125,7 +126,7 @@ homepage: https://github.com/bridgetownrb/bridgetown-quick-search
|
|
125
126
|
licenses:
|
126
127
|
- MIT
|
127
128
|
metadata:
|
128
|
-
yarn-add: bridgetown-quick-search@1.0.
|
129
|
+
yarn-add: bridgetown-quick-search@1.0.4
|
129
130
|
post_install_message:
|
130
131
|
rdoc_options: []
|
131
132
|
require_paths:
|