block_editor 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/block_editor/version.rb +1 -1
- data/package.json +30 -0
- data/postcss.config.js +5 -0
- data/yarn.lock +10288 -0
- metadata +4 -1
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: block_editor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Patrick Lindsay
|
@@ -105,6 +105,9 @@ files:
|
|
105
105
|
- lib/block_editor/instance.rb
|
106
106
|
- lib/block_editor/version.rb
|
107
107
|
- lib/tasks/block_editor_tasks.rake
|
108
|
+
- package.json
|
109
|
+
- postcss.config.js
|
110
|
+
- yarn.lock
|
108
111
|
homepage: https://github.com/yamasolutions/block-editor
|
109
112
|
licenses:
|
110
113
|
- MIT
|