This commit is contained in:
22
node_modules/slate-soft-break/package.json
generated
vendored
Normal file
22
node_modules/slate-soft-break/package.json
generated
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "slate-soft-break",
|
||||
"description": "A Slate plugin to add soft breaks on return.",
|
||||
"version": "0.9.0",
|
||||
"license": "MIT",
|
||||
"repository": "git://github.com/ianstormtaylor/slate-plugins.git",
|
||||
"main": "lib/slate-soft-break.js",
|
||||
"module": "lib/slate-soft-break.es.js",
|
||||
"umd": "dist/slate-soft-break.js",
|
||||
"umdMin": "dist/slate-soft-break.min.js",
|
||||
"umdGlobals": {
|
||||
"slate": "Slate",
|
||||
"slate-react": "SlateReact"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"slate": ">=0.42.2",
|
||||
"slate-react": ">=0.19.3"
|
||||
},
|
||||
"keywords": [
|
||||
"slate"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user