mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-07-31 20:40:19 +02:00
simplify dist folder structure
This commit is contained in:
@@ -4,16 +4,13 @@
|
||||
"version": "0.50.6",
|
||||
"license": "MIT",
|
||||
"repository": "git://github.com/ianstormtaylor/slate.git",
|
||||
"main": "lib/index.js",
|
||||
"module": "lib/index.es.js",
|
||||
"types": "lib/index.d.ts",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/index.es.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"umd": "dist/slate-history.js",
|
||||
"umdMin": "dist/slate-history.min.js",
|
||||
"sideEffects": false,
|
||||
"files": [
|
||||
"dist/",
|
||||
"lib/"
|
||||
],
|
||||
"files": ["dist/"],
|
||||
"dependencies": {
|
||||
"immer": "^5.0.0",
|
||||
"is-plain-object": "^3.0.0"
|
||||
|
@@ -4,16 +4,13 @@
|
||||
"version": "0.50.5",
|
||||
"license": "MIT",
|
||||
"repository": "git://github.com/ianstormtaylor/slate.git",
|
||||
"main": "lib/index.js",
|
||||
"module": "lib/index.es.js",
|
||||
"types": "lib/index.d.ts",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/index.es.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"umd": "dist/slate-hyperscript.js",
|
||||
"umdMin": "dist/slate-hyperscript.min.js",
|
||||
"sideEffects": false,
|
||||
"files": [
|
||||
"dist/",
|
||||
"lib/"
|
||||
],
|
||||
"files": ["dist/"],
|
||||
"dependencies": {
|
||||
"is-plain-object": "^3.0.0"
|
||||
},
|
||||
|
@@ -4,16 +4,13 @@
|
||||
"version": "0.50.6",
|
||||
"license": "MIT",
|
||||
"repository": "git://github.com/ianstormtaylor/slate.git",
|
||||
"main": "lib/index.js",
|
||||
"module": "lib/index.es.js",
|
||||
"types": "lib/index.d.ts",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/index.es.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"umd": "dist/slate-react.js",
|
||||
"umdMin": "dist/slate-react.min.js",
|
||||
"sideEffects": false,
|
||||
"files": [
|
||||
"dist/",
|
||||
"lib/"
|
||||
],
|
||||
"files": ["dist/"],
|
||||
"dependencies": {
|
||||
"@types/debounce": "^1.2.0",
|
||||
"@types/debug": "^4.1.5",
|
||||
|
@@ -4,16 +4,13 @@
|
||||
"version": "0.50.5",
|
||||
"license": "MIT",
|
||||
"repository": "git://github.com/ianstormtaylor/slate.git",
|
||||
"main": "lib/index.js",
|
||||
"module": "lib/index.es.js",
|
||||
"types": "lib/index.d.ts",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/index.es.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"umd": "dist/slate-schema.js",
|
||||
"umdMin": "dist/slate-schema.min.js",
|
||||
"sideEffects": false,
|
||||
"files": [
|
||||
"dist/",
|
||||
"lib/"
|
||||
],
|
||||
"files": ["dist/"],
|
||||
"devDependencies": {
|
||||
"slate": "^0.50.5",
|
||||
"slate-hyperscript": "^0.50.5"
|
||||
|
@@ -4,16 +4,13 @@
|
||||
"version": "0.50.5",
|
||||
"license": "MIT",
|
||||
"repository": "git://github.com/ianstormtaylor/slate.git",
|
||||
"main": "lib/index.js",
|
||||
"module": "lib/index.es.js",
|
||||
"types": "lib/index.d.ts",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/index.es.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"umd": "dist/slate.js",
|
||||
"umdMin": "dist/slate.min.js",
|
||||
"sideEffects": false,
|
||||
"files": [
|
||||
"dist/",
|
||||
"lib/"
|
||||
],
|
||||
"files": ["dist/"],
|
||||
"dependencies": {
|
||||
"@types/esrever": "^0.2.0",
|
||||
"esrever": "^0.2.0",
|
||||
|
Reference in New Issue
Block a user